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.k9X11Ad.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.PowerUnitK9x, window=Window.Default) None [source]
# SCPI: CALCulate<n>:UNIT:POWer driver.applications.k9X11Ad.calculate.unit.power.set(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 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’)