Current

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:DIGital:DMR:POOFf:CURRent
READ:AFRF:MEASurement<Instance>:DIGital:DMR:POOFf: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’

  • Power_Slot_0: float: Unit: dBm

  • Power_Slot_1: float: Unit: dBm

fetch() ResultData[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:DIGital:DMR:POOFf:CURRent
value: ResultData = driver.afRf.measurement.digital.dmr.poOff.current.fetch()

Queries the current power level of the on-time slot ‘Power ON (Slot 0) ‘ and the current power level on the off-time slot ‘Power OFF (Slot 1) ‘.

return:

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

read() ResultData[source]
# SCPI: READ:AFRF:MEASurement<Instance>:DIGital:DMR:POOFf:CURRent
value: ResultData = driver.afRf.measurement.digital.dmr.poOff.current.read()

Queries the current power level of the on-time slot ‘Power ON (Slot 0) ‘ and the current power level on the off-time slot ‘Power OFF (Slot 1) ‘.

return:

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