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.PowerUnitDdem[source]
# SCPI: CALCulate<n>:UNIT:POWer
value: enums.PowerUnitDdem = driver.applications.k70Vsa.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

unit: DBM | V | A | W | DBPW | WATT | DBUV | DBMV | VOLT | DBUA | AMPere | DBM_mhz | DBM_hz | DBUa_mhz | DBUV_mhz | DBmV_mhz | DBpW_mhz (Units based on 1 MHz require installed R&S FSW-K54 (EMI measurements) option.)

set(unit: RsFsw.enums.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)

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 | DBM_mhz | DBM_hz | DBUa_mhz | DBUV_mhz | DBmV_mhz | DBpW_mhz (Units based on 1 MHz require installed R&S FSW-K54 (EMI measurements) option.)

param window

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