Maximum

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:SINLeft:AFSignal:MAXimum
READ:AFRF:MEASurement<Instance>:MEValuation:SINLeft:AFSignal:MAXimum
class MaximumCls[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability indicator values’

  • Frequency: float: Frequency of the measured AF signal Unit: Hz

  • Level_Peak: float: Effective level of the AC component of the measured AF signal Unit: %

  • Level_Rms: float: Unit: %

fetch() ResultData[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:MEValuation:SINLeft:AFSignal:MAXimum
value: ResultData = driver.afRf.measurement.multiEval.spdifLeft.afSignal.maximum.fetch()

Query the AF frequency and level results for the left SPDIF channel.

return:

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

read() ResultData[source]
# SCPI: READ:AFRF:MEASurement<Instance>:MEValuation:SINLeft:AFSignal:MAXimum
value: ResultData = driver.afRf.measurement.multiEval.spdifLeft.afSignal.maximum.read()

Query the AF frequency and level results for the left SPDIF channel.

return:

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