Power

SCPI Commands

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

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

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

This command 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

unit: DBM | V | A | W | DBPW | WATT | DBUV | DBMV | VOLT | DBUA | AMPere

set(unit: PowerUnitDdem, window=Window.Default) None[source]
# SCPI: CALCulate<n>:UNIT:POWer
driver.applications.k70Vsa.calculate.unit.power.set(unit = enums.PowerUnitDdem.DBM, window = repcap.Window.Default)

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

param unit

DBM | V | A | W | DBPW | WATT | DBUV | DBMV | VOLT | DBUA | AMPere

param window

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