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