Power
SCPI Command :
UNIT:POWer
- class PowerCls[source]
Power commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.PowerUnit [source]
# SCPI: UNIT:POWer value: enums.PowerUnit = driver.unit.power.get()
Selects the unit of the y-axis. The unit applies to all power-based measurement windows with absolute values.
- 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.PowerUnit) None [source]
# SCPI: UNIT:POWer driver.unit.power.set(unit = enums.PowerUnit.A)
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.)