Rms

SCPI Commands :

FETCh:GPRF:MEASurement<Instance>:POWer:CURRent:RMS
READ:GPRF:MEASurement<Instance>:POWer:CURRent:RMS
class RmsCls[source]

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

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

No command help available

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

return:

power_current_rms: No help available

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

No command help available

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

return:

power_current_rms: No help available