Ocombination

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:ACLR:EUTRa:CAGGregation:OCOMbination
class OcombinationCls[source]

Ocombination commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class OcombinationStruct[source]

Response structure. Fields:

  • Relative_Level: float or bool: No parameter help available

  • Absolute_Level: float or bool: No parameter help available

get() OcombinationStruct[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:ACLR:EUTRa:CAGGregation:OCOMbination
value: OcombinationStruct = driver.configure.lteMeas.multiEval.limit.aclr.eutra.carrierAggregation.ocombination.get()

Defines relative and absolute limits for the ACLR measured in an adjacent E-UTRA channel. The settings apply to all ‘other’ channel bandwidth combinations, not covered by other commands in this chapter.

return:

structure: for return value, see the help for OcombinationStruct structure arguments.

set(relative_level: float, absolute_level: float) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:ACLR:EUTRa:CAGGregation:OCOMbination
driver.configure.lteMeas.multiEval.limit.aclr.eutra.carrierAggregation.ocombination.set(relative_level = 1.0, absolute_level = 1.0)

Defines relative and absolute limits for the ACLR measured in an adjacent E-UTRA channel. The settings apply to all ‘other’ channel bandwidth combinations, not covered by other commands in this chapter.

param relative_level:

(float or boolean) No help available

param absolute_level:

(float or boolean) No help available