Power
SCPI Command :
UNIT:POWer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() PowerUnit[source]
# UNIT:POWer value: enums.PowerUnit = driver.unit.power.get()
Selects the power unit. The unit applies to all power-based measurement windows with absolute values. In addition, the unit of the reference level is adapted to the same unit.
- Returns:
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: PowerUnit) None[source]
# UNIT:POWer driver.unit.power.set(unit = enums.PowerUnit.A)
Selects the power unit. The unit applies to all power-based measurement windows with absolute values. In addition, the unit of the reference level is adapted to the same unit.
- Parameters:
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.)