State

SCPI Command :

CALCulate<n>:LIMit<li>:ACPower[:STATe]
class StateCls[source]

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

get(window=Window.Default, limitIx=LimitIx.Default) bool[source]
# SCPI: CALCulate<n>:LIMit<li>:ACPower[:STATe]
value: bool = driver.calculate.limit.acPower.state.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Turns the limit check for ACLR measurements on and off. In addition, limits must be defined and activated individually for each channel (see method RsFsw.Calculate.Limit.AcPower.Achannel.Relative.State.set, method RsFsw.Calculate.Limit. AcPower.Alternate.Relative.State.set, method RsFsw.Calculate.Limit.AcPower.Gap.Auto.Absolute.State.set, method RsFsw. Calculate.Limit.AcPower.Gap.Auto.Aclr.Relative.State.set and method RsFsw.Calculate.Limit.AcPower.Gap.Auto.Caclr.Relative. 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’)

return

state: ON | OFF | 1 | 0

set(state: bool, window=Window.Default, limitIx=LimitIx.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:ACPower[:STATe]
driver.calculate.limit.acPower.state.set(state = False, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Turns the limit check for ACLR measurements on and off. In addition, limits must be defined and activated individually for each channel (see method RsFsw.Calculate.Limit.AcPower.Achannel.Relative.State.set, method RsFsw.Calculate.Limit. AcPower.Alternate.Relative.State.set, method RsFsw.Calculate.Limit.AcPower.Gap.Auto.Absolute.State.set, method RsFsw. Calculate.Limit.AcPower.Gap.Auto.Aclr.Relative.State.set and method RsFsw.Calculate.Limit.AcPower.Gap.Auto.Caclr.Relative. 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’)