Power

SCPI Commands :

POWer:QUALity:RESult:POWer:PFACtor
POWer:QUALity:RESult:POWer:PHASe
POWer:QUALity:RESult:POWer:REALpower
POWer:QUALity:RESult:POWer:REACtive
POWer:QUALity:RESult:POWer:APParent
Commands in total: 5
Subgroups: 0
Direct child commands: 5
get_apparent() float[source]
# POWer:QUALity:RESult:POWer:APParent
value: float = driver.power.quality.result.power.get_apparent()

Returns the value of the respective result.

Returns:

power_apparent: Depends on the measured quantity.

get_pfactor() float[source]
# POWer:QUALity:RESult:POWer:PFACtor
value: float = driver.power.quality.result.power.get_pfactor()

Returns the value of the respective result.

Returns:

power_factor: Depends on the measured quantity.

get_phase() float[source]
# POWer:QUALity:RESult:POWer:PHASe
value: float = driver.power.quality.result.power.get_phase()

Returns the value of the respective result.

Returns:

power_phase_angle: Depends on the measured quantity.

get_reactive() float[source]
# POWer:QUALity:RESult:POWer:REACtive
value: float = driver.power.quality.result.power.get_reactive()

Returns the value of the respective result.

Returns:

power_reactive: Depends on the measured quantity.

get_real_power() float[source]
# POWer:QUALity:RESult:POWer:REALpower
value: float = driver.power.quality.result.power.get_real_power()

Returns the value of the respective result.

Returns:

power_real: Depends on the measured quantity.