Current

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:DEModulation:MDEPth:CURRent
READ:AFRF:MEASurement<Instance>:MEValuation:DEModulation:MDEPth: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’

  • Rms: float: RMS average value Unit: %

  • Rms_Sqrt_2: float: RMS result multiplied with the square root of 2 Unit: %

  • Ppeak: float: Positive peak value Unit: %

  • Mpeak: float: Negative peak value Unit: %

  • Mp_Peak_Average: float: Peak-to-peak value divided by 2 Unit: %

fetch() ResultData[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:MEValuation:DEModulation:MDEPth:CURRent
value: ResultData = driver.afRf.measurement.multiEval.demodulation.modDepth.current.fetch()

Query the demodulation results for AM demodulation. A statistical evaluation of the modulation depth is returned.

return:

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

read() ResultData[source]
# SCPI: READ:AFRF:MEASurement<Instance>:MEValuation:DEModulation:MDEPth:CURRent
value: ResultData = driver.afRf.measurement.multiEval.demodulation.modDepth.current.read()

Query the demodulation results for AM demodulation. A statistical evaluation of the modulation depth is returned.

return:

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