Power

SCPI Commands

MEASure:SCALar:POWer:MAX
MEASure:SCALar:POWer:AVG
MEASure:SCALar:POWer:MIN
MEASure:SCALar:POWer:STATistic
MEASure:SCALar:POWer
class PowerCls[source]

Power commands group definition. 5 total commands, 0 Subgroups, 5 group commands

get_avg() float[source]
# SCPI: MEASure[:SCALar]:POWer:AVG
value: float = driver.measure.scalar.power.get_avg()

Queries the average measured output power.

return

result: No help available

get_max() float[source]
# SCPI: MEASure[:SCALar]:POWer:MAX
value: float = driver.measure.scalar.power.get_max()

Queries the maximum measured output power.

return

result: No help available

get_min() float[source]
# SCPI: MEASure[:SCALar]:POWer:MIN
value: float = driver.measure.scalar.power.get_min()

Queries the minimum measured output power.

return

result: No help available

get_statistic() float[source]
# SCPI: MEASure[:SCALar]:POWer:STATistic
value: float = driver.measure.scalar.power.get_statistic()

Queries the power statistics of the selected channel.

return

result: No help available

get_value() float[source]
# SCPI: MEASure[:SCALar]:POWer
value: float = driver.measure.scalar.power.get_value()

Queries the currently emitted power of the selected channel

return

result: No help available