Ocombination

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:ACLR:UTRA<nr>: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(utraAdjChannel=UtraAdjChannel.Default) OcombinationStruct[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:ACLR:UTRA<nr>:CAGGregation:OCOMbination
value: OcombinationStruct = driver.configure.lteMeas.multiEval.limit.aclr.utra.carrierAggregation.ocombination.get(utraAdjChannel = repcap.UtraAdjChannel.Default)

Defines relative and absolute limits for the ACLR measured in the first or second adjacent UTRA channel, depending on <no>. The settings apply to all ‘other’ channel bandwidth combinations, not covered by other commands in this chapter.

param utraAdjChannel:

optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Utra’)

return:

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

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

Defines relative and absolute limits for the ACLR measured in the first or second adjacent UTRA channel, depending on <no>. 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

param utraAdjChannel:

optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Utra’)