Minimum
SCPI Commands :
FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEMask:TXPower:MINimum
CALCulate:NRSub:MEASurement<Instance>:MEValuation:LIST:SEMask:TXPower:MINimum
- Commands in total: 2Subgroups: 0Direct child commands: 2
- calculate() List[float | bool][source]
# CALCulate:NRSub:MEASurement<Instance>:MEValuation:LIST:SEMask:TXPower:MINimum value: List[float | bool] = driver.nrSubMeas.multiEval.listPy.seMask.txPower.minimum.calculate()
Return the total TX power in the slot for all measured list mode segments. The values described below are returned by FETCh commands. A CALCulate command returns limit check results instead, one value for each result listed below.
Suppressed linked return values: reliability
- Returns:
tx_power: (float or boolean items) Comma-separated list of values, one per measured segment
- fetch() List[float][source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEMask:TXPower:MINimum value: List[float] = driver.nrSubMeas.multiEval.listPy.seMask.txPower.minimum.fetch()
Return the total TX power in the slot for all measured list mode segments. The values described below are returned by FETCh commands. A CALCulate command returns limit check results instead, one value for each result listed below.
Suppressed linked return values: reliability
- Returns:
tx_power: Comma-separated list of values, one per measured segment