Unit

SCPI Commands

CALCulate<Window>:LIMit<LimitIx>:UNIT
class UnitCls[source]

Unit commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, limitIx=LimitIx.Default) PowerUnitC[source]
# SCPI: CALCulate<n>:LIMit<li>:UNIT
value: enums.PowerUnitC = driver.calculate.limit.unit.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

This command defines the unit of a limit line.

param window

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

param limitIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)

return

unit: If you select a dB-based unit for the limit line, the command automatically turns the limit line into a relative limit line.

set(unit: PowerUnitC, window=Window.Default, limitIx=LimitIx.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:UNIT
driver.calculate.limit.unit.set(unit = enums.PowerUnitC.A, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

This command defines the unit of a limit line.

param unit

If you select a dB-based unit for the limit line, the command automatically turns the limit line into a relative limit line.

param window

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

param limitIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)