Ocombination

SCPI Command :

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

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

class OcombinationStruct[source]

Response structure. Fields:

  • 1 Enable: bool: OFF: Disables the check of these requirements. ON: Enables the check of these requirements.

  • 2 Frequency_Start: float: Start frequency of the area, relative to the edges of the aggregated channel bandwidth.

  • 3 Frequency_End: float: Stop frequency of the area, relative to the edges of the aggregated channel bandwidth.

  • 4 Level: float: Upper limit for the area

  • 5 Rbw: enums.Rbw: Resolution bandwidth to be used for the area. K030: 30 kHz K100: 100 kHz M1: 1 MHz

get(limit=Limit.Default) OcombinationStruct[source]

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:LIMit<nr>:CAGGregation:OCOMbination

Snippet: value: OcombinationStruct = driver.configure.lteMeas.multiEval.limit.seMask.limit.carrierAggregation.ocombination.get(limit = repcap.Limit.Default)

Defines general requirements for the emission mask area <no>. The activation state, the area borders, an upper limit and the resolution bandwidth must be specified. The settings apply to all ‘other’ channel bandwidth combinations, not covered by other commands in this section.

param limit:

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

return:

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

set(enable: bool, frequency_start: float, frequency_end: float, level: float, rbw: Rbw, limit=Limit.Default) None[source]

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:LIMit<nr>:CAGGregation:OCOMbination

Snippet: driver.configure.lteMeas.multiEval.limit.seMask.limit.carrierAggregation.ocombination.set(enable = False, frequency_start = 1.0, frequency_end = 1.0, level = 1.0, rbw = enums.Rbw.K030, limit = repcap.Limit.Default)

Defines general requirements for the emission mask area <no>. The activation state, the area borders, an upper limit and the resolution bandwidth must be specified. The settings apply to all ‘other’ channel bandwidth combinations, not covered by other commands in this section.

param enable:

OFF: Disables the check of these requirements. ON: Enables the check of these requirements.

param frequency_start:

Start frequency of the area, relative to the edges of the aggregated channel bandwidth.

param frequency_end:

Stop frequency of the area, relative to the edges of the aggregated channel bandwidth.

param level:

Upper limit for the area

param rbw:

Resolution bandwidth to be used for the area. K030: 30 kHz K100: 100 kHz M1: 1 MHz

param limit:

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