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