Current

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:VOIP:AFSignal:CURRent
READ:AFRF:MEASurement<Instance>:MEValuation:VOIP:AFSignal:CURRent
class CurrentCls[source]

Current 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: Delta peak level of the AC component of the measured AF signal. Unit: %

  • Level_Rms: float: Effective (RMS-averaged) delta level of the AC component of the measured AF signal. Unit: %

fetch() ResultData[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:MEValuation:VOIP:AFSignal:CURRent
value: ResultData = driver.afRf.measurement.multiEval.voip.afSignal.current.fetch()

Query the AF frequency and level results for the VoIP path.

return:

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

read() ResultData[source]
# SCPI: READ:AFRF:MEASurement<Instance>:MEValuation:VOIP:AFSignal:CURRent
value: ResultData = driver.afRf.measurement.multiEval.voip.afSignal.current.read()

Query the AF frequency and level results for the VoIP path.

return:

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