Current
SCPI Commands :
POWer:QUALity:RESult:CURRent:RMS
POWer:QUALity:RESult:CURRent:PEAK
POWer:QUALity:RESult:CURRent:CREStfactor
POWer:QUALity:RESult:CURRent:FREQuency
- Commands in total: 4Subgroups: 0Direct child commands: 4
- get_crest_factor() float[source]
# POWer:QUALity:RESult:CURRent:CREStfactor value: float = driver.power.quality.result.current.get_crest_factor()
Returns the value of the respective result.
- Returns:
current_crest_fact: Depends on the measured quantity.
- get_frequency() float[source]
# POWer:QUALity:RESult:CURRent:FREQuency value: float = driver.power.quality.result.current.get_frequency()
Returns the value of the respective result.
- Returns:
current_freq: Depends on the measured quantity.
- get_peak() float[source]
# POWer:QUALity:RESult:CURRent:PEAK value: float = driver.power.quality.result.current.get_peak()
Returns the value of the respective result.
- Returns:
current_peak: Depends on the measured quantity.
- get_rms() float[source]
# POWer:QUALity:RESult:CURRent:RMS value: float = driver.power.quality.result.current.get_rms()
Returns the value of the respective result.
- Returns:
current_rms: Depends on the measured quantity.