Maximum

SCPI Commands :

READ:NRSub:MEASurement<Instance>:SRS:EVMSymbol:MAXimum
FETCh:NRSub:MEASurement<Instance>:SRS:EVMSymbol:MAXimum
class MaximumCls[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Low: List[float]: No parameter help available

  • High: List[float]: No parameter help available

fetch() ResultData[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:SRS:EVMSymbol:MAXimum
value: ResultData = driver.nrSubMeas.srs.evmSymbol.maximum.fetch()

No command help available

return:

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

read() ResultData[source]
# SCPI: READ:NRSub:MEASurement<Instance>:SRS:EVMSymbol:MAXimum
value: ResultData = driver.nrSubMeas.srs.evmSymbol.maximum.read()

No command help available

return:

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