Power
SCPI Command :
CALCulate<n>:UNIT:POWer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) PowerUnit[source]
# CALCulate<n>:UNIT:POWer value: enums.PowerUnit = driver.calculate.unit.power.get(window = repcap.Window.Default)
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:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- 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, window=Window.Default) None[source]
# CALCulate<n>:UNIT:POWer driver.calculate.unit.power.set(unit = enums.PowerUnit.A, window = repcap.Window.Default)
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.)
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)