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: numeric | ON | OFF Range: -256 dB to 256 dB, Unit: dB ON | OFF enables or disables the limit check.

  • Absolute_Level: float or bool: numeric | ON | OFF Range: -256 dBm to 256 dBm, Unit: dBm ON | OFF enables or disables the limit check.

get() OcombinationStruct[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:ACLR:EUTRa:CAGGregation:OCOMbination
value: OcombinationStruct = driver.configure.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.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) numeric | ON | OFF Range: -256 dB to 256 dB, Unit: dB ON | OFF enables or disables the limit check.

param absolute_level:

(float or boolean) numeric | ON | OFF Range: -256 dBm to 256 dBm, Unit: dBm ON | OFF enables or disables the limit check.