Average

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:AIN:FIRSt:AFSignal:AVERage
READ:AFRF:MEASurement<Instance>:MEValuation:AIN:FIRSt: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 Unit: Hz

  • Level: float: Effective level of the AC component of the measured AF signal Unit: V

  • Dc_Level: float: Level of the DC component of the measured AF signal (input coupling DC required) Unit: V

fetch() ResultData[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:MEValuation:AIN:FIRSt:AFSignal:AVERage
value: ResultData = driver.afRf.measurement.multiEval.audioInput.first.afSignal.average.fetch()

Query the AF frequency and level results measured for an AF input path.

return:

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

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

Query the AF frequency and level results measured for an AF input path.

return:

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