Current

SCPI Commands :

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

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

fetch() List[float][source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:POWer:SDEViation:CURRent
value: List[float] = driver.gprf.measurement.power.standardDev.current.fetch()

No command help available

Suppressed linked return values: reliability

return:

power_std_dev_cur: No help available

read() List[float][source]
# SCPI: READ:GPRF:MEASurement<Instance>:POWer:SDEViation:CURRent
value: List[float] = driver.gprf.measurement.power.standardDev.current.read()

No command help available

Suppressed linked return values: reliability

return:

power_std_dev_cur: No help available