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.PowerUnitNr5G [source]
# SCPI: CALCulate<n>:UNIT:POWer value: enums.PowerUnitNr5G = driver.applications.k14Xnr5G.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
arg_0: No help available
- set(arg_0: RsFsw.enums.PowerUnitNr5G, window=Window.Default) None [source]
# SCPI: CALCulate<n>:UNIT:POWer driver.applications.k14Xnr5G.calculate.unit.power.set(arg_0 = enums.PowerUnitNr5G.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 arg_0
No help available
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)