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 or bool: No parameter help available

  • 2 Absolute_Level: float or bool: No parameter help available

get() OcombinationStruct[source]

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

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

return:

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

set(relative_level: float, absolute_level: float) None[source]

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

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

param relative_level:

(float or boolean) No help available

param absolute_level:

(float or boolean) No help available