Power

SCPI Command :

CALCulate<n>:UNIT:POWer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) PowerUnitK9x[source]
# CALCulate<n>:UNIT:POWer
value: enums.PowerUnitK9x = driver.applications.k9X11Ad.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: PowerUnitK9x, window=Window.Default) None[source]
# CALCulate<n>:UNIT:POWer
driver.applications.k9X11Ad.calculate.unit.power.set(unit = enums.PowerUnitK9x.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 – irrelevant

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)