Maximum

SCPI Commands :

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:POWer:CC<no>:MAXimum
CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:POWer:CC<no>:MAXimum
class MaximumCls[source]

Maximum commands group definition. 2 total commands, 0 Subgroups, 2 group commands

class CalculateStruct[source]

Response structure. Fields:

  • 1 Reliability: int: No parameter help available

  • 2 Seg_Reliability: int: No parameter help available

  • 3 Statist_Expired: int: No parameter help available

  • 4 Out_Of_Tolerance: int: No parameter help available

  • 5 Tx_Power_Max: float | bool: No parameter help available

class FetchStruct[source]

Response structure. Fields:

  • 1 Reliability: int: decimal ‘Reliability indicator’

  • 2 Seg_Reliability: int: decimal Reliability indicator for the segment

  • 3 Statist_Expired: int: decimal Reached statistical length in subframes

  • 4 Out_Of_Tolerance: int: decimal Percentage of measured subframes with failed limit check Unit: %

  • 5 Tx_Power_Max: float: No parameter help available

calculate(segment=Segment.Default, carrierComponent=CarrierComponent.Default) CalculateStruct[source]

CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:POWer:CC<no>:MAXimum

Snippet: value: CalculateStruct = driver.multiEval.listPy.segment.power.cc.maximum.calculate(segment = repcap.Segment.Default, carrierComponent = repcap.CarrierComponent.Default)

No command help available

param segment:

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

param carrierComponent:

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

return:

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

fetch(segment=Segment.Default, carrierComponent=CarrierComponent.Default) FetchStruct[source]

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:POWer:CC<no>:MAXimum

Snippet: value: FetchStruct = driver.multiEval.listPy.segment.power.cc.maximum.fetch(segment = repcap.Segment.Default, carrierComponent = repcap.CarrierComponent.Default)

Return TX power results for component carrier CC<no> and a single segment in list mode.

param segment:

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

param carrierComponent:

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

return:

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