Power

SCPI Command :

CALCulate<n>:UNIT:POWer
class PowerCls[source]

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

get(window=Window.Default) RsFsw.enums.PowerUnitK9x[source]
# SCPI: CALCulate<n>:UNIT:POWer
value: enums.PowerUnitK9x = driver.applications.k91Wlan.calculate.unit.power.get(window = repcap.Window.Default)

Selects the unit of the y-axis. The unit applies to all power-based measurement windows with absolute values.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

return

power_unit: No help available

set(power_unit: RsFsw.enums.PowerUnitK9x, window=Window.Default) None[source]
# SCPI: CALCulate<n>:UNIT:POWer
driver.applications.k91Wlan.calculate.unit.power.set(power_unit = enums.PowerUnitK9x.A, window = repcap.Window.Default)

Selects the unit of the y-axis. The unit applies to all power-based measurement windows with absolute values.

param power_unit

No help available

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)