Maximum
SCPI Commands :
READ:NRSub:MEASurement<Instance>:MEValuation:TXPower:MAXimum
FETCh:NRSub:MEASurement<Instance>:MEValuation:TXPower:MAXimum
- class MaximumCls[source]
Maximum commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- class ResultData[source]
Response structure. Fields:
Reliability: int: decimal ‘Reliability indicator’
Out_Of_Tolerance: int: decimal For future use, currently no related limits Unit: %
Tx_Power: float: float Total TX power Unit: dBm
- fetch() ResultData[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:TXPower:MAXimum value: ResultData = driver.nrSubMeas.multiEval.txPower.maximum.fetch()
Return the total TX power results (current, average, minimum, maximum and standard deviation) .
- return:
structure: for return value, see the help for ResultData structure arguments.
- read() ResultData[source]
# SCPI: READ:NRSub:MEASurement<Instance>:MEValuation:TXPower:MAXimum value: ResultData = driver.nrSubMeas.multiEval.txPower.maximum.read()
Return the total TX power results (current, average, minimum, maximum and standard deviation) .
- return:
structure: for return value, see the help for ResultData structure arguments.