Average

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:SINRight:AFSignal:AVERage
READ:AFRF:MEASurement<Instance>:MEValuation:SINRight:AFSignal:AVERage
class AverageCls[source]

Average 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 Range: 0 Hz to 21 kHz, 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:SINRight:AFSignal:AVERage
value: ResultData = driver.afRf.measurement.multiEval.spdifRight.afSignal.average.fetch()

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

return:

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

read() ResultData[source]
# SCPI: READ:AFRF:MEASurement<Instance>:MEValuation:SINRight:AFSignal:AVERage
value: ResultData = driver.afRf.measurement.multiEval.spdifRight.afSignal.average.read()

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

return:

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