Current

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:DIGital:PTFive:POWer:CURRent
READ:AFRF:MEASurement<Instance>:DIGital:PTFive:POWer:CURRent
class CurrentCls[source]

Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch() float[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:DIGital:PTFive:POWer:CURRent
value: float = driver.afRf.measurement.digital.ptFive.power.current.fetch()

Queries the RMS power level of the RF input signal for standard ‘P25’.

Use RsCma.reliability.last_value to read the updated reliability indicator.

return:

power: Unit: dBm

read() float[source]
# SCPI: READ:AFRF:MEASurement<Instance>:DIGital:PTFive:POWer:CURRent
value: float = driver.afRf.measurement.digital.ptFive.power.current.read()

Queries the RMS power level of the RF input signal for standard ‘P25’.

Use RsCma.reliability.last_value to read the updated reliability indicator.

return:

power: Unit: dBm