State

SCPI Command :

CALCulate<n>:LIMit<li>:ACPower:GAP<gap>[:AUTO]:ACLR[:RELative]:STATe
class StateCls[source]

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

get(window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) bool[source]
# SCPI: CALCulate<n>:LIMit<li>:ACPower:GAP<gap>[:AUTO]:ACLR[:RELative]:STATe
value: bool = driver.calculate.limit.acPower.gap.auto.aclr.relative.state.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)

Turns the relative limit check for the specified gap (CACLR) channel on and off. You have to activate the general ACLR limit check before using this command with method RsFsw.Calculate.Limit.AcPower.State.set.

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’)

param gapChannel

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

return

state: ON | OFF | 1 | 0

set(state: bool, window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:ACPower:GAP<gap>[:AUTO]:ACLR[:RELative]:STATe
driver.calculate.limit.acPower.gap.auto.aclr.relative.state.set(state = False, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)

Turns the relative limit check for the specified gap (CACLR) channel on and off. You have to activate the general ACLR limit check before using this command with method RsFsw.Calculate.Limit.AcPower.State.set.

param state

ON | OFF | 1 | 0

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’)

param gapChannel

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