Current

SCPI Command:

CALCulate:GPRF:MEASurement<Instance>:POWer:MINimum:CURRent
FETCh:GPRF:MEASurement<Instance>:POWer:MINimum:CURRent
READ:GPRF:MEASurement<Instance>:POWer:MINimum:CURRent
class CurrentCls[source]

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

calculate() List[float][source]
# SCPI: CALCulate:GPRF:MEASurement<Instance>:POWer:MINimum:CURRent
value: List[float or bool] = driver.gprfMeasurement.power.minimum.current.calculate()

Query the ‘Power Current Min.’ result. CALCulate commands return an error indicator instead of a power value.

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

return:

power_current_min: (float or boolean items) ‘Power Current Min.’ result Unit: dBm

fetch() List[float][source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:POWer:MINimum:CURRent
value: List[float] = driver.gprfMeasurement.power.minimum.current.fetch()

Query the ‘Power Current Min.’ result. CALCulate commands return an error indicator instead of a power value.

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

return:

power_current_min: ‘Power Current Min.’ result Unit: dBm

read() List[float][source]
# SCPI: READ:GPRF:MEASurement<Instance>:POWer:MINimum:CURRent
value: List[float] = driver.gprfMeasurement.power.minimum.current.read()

Query the ‘Power Current Min.’ result. CALCulate commands return an error indicator instead of a power value.

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

return:

power_current_min: ‘Power Current Min.’ result Unit: dBm