Minimum
SCPI Commands :
FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:POWer:MINimum
CALCulate:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:POWer:MINimum
- Commands in total: 2Subgroups: 0Direct child commands: 2
- 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_Min: float | bool: No parameter help available
- class FetchStruct[source]
Response structure. Fields:
1 Reliability: int: ‘Reliability indicator’
2 Seg_Reliability: int: Reliability indicator for the segment
3 Statist_Expired: int: Reached statistical length in subframes
4 Out_Of_Tolerance: int: Percentage of measured subframes with failed limit check
5 Tx_Power_Min: float: Total TX power of all component carriers
- calculate(sEGMent=SEGMent.Default) CalculateStruct[source]
# CALCulate:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:POWer:MINimum value: CalculateStruct = driver.nrSubMeas.multiEval.listPy.segment.power.minimum.calculate(sEGMent = repcap.SEGMent.Default)
No help available
- Parameters:
sEGMent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- Returns:
structure: for return value, see the help for CalculateStruct structure arguments.
- fetch(sEGMent=SEGMent.Default) FetchStruct[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:POWer:MINimum value: FetchStruct = driver.nrSubMeas.multiEval.listPy.segment.power.minimum.fetch(sEGMent = repcap.SEGMent.Default)
Return total TX power results for segment <no> in list mode.
- Parameters:
sEGMent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- Returns:
structure: for return value, see the help for FetchStruct structure arguments.