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:

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

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

get() OcombinationStruct[source]

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:ACLR:EUTRa:CAGGregation:OCOMbination

Snippet: 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 | bool, absolute_level: float | bool) None[source]

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:ACLR:EUTRa:CAGGregation:OCOMbination

Snippet: 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.