Voltage

SCPI Commands :

POWer:QUALity:RESult:VOLTage:RMS
POWer:QUALity:RESult:VOLTage:PEAK
POWer:QUALity:RESult:VOLTage:CREStfactor
POWer:QUALity:RESult:VOLTage:FREQuency
Commands in total: 4
Subgroups: 0
Direct child commands: 4
get_crest_factor() float[source]
# POWer:QUALity:RESult:VOLTage:CREStfactor
value: float = driver.power.quality.result.voltage.get_crest_factor()

Returns the value of the respective result.

Returns:

voltage_crest_fact: Depends on the measured quantity.

get_frequency() float[source]
# POWer:QUALity:RESult:VOLTage:FREQuency
value: float = driver.power.quality.result.voltage.get_frequency()

Returns the value of the respective result.

Returns:

voltage_freq: Depends on the measured quantity.

get_peak() float[source]
# POWer:QUALity:RESult:VOLTage:PEAK
value: float = driver.power.quality.result.voltage.get_peak()

Returns the value of the respective result.

Returns:

voltage_peak: Depends on the measured quantity.

get_rms() float[source]
# POWer:QUALity:RESult:VOLTage:RMS
value: float = driver.power.quality.result.voltage.get_rms()

Returns the value of the respective result.

Returns:

voltage_rms: Depends on the measured quantity.