State
SCPI Command :
CALCulate<n>:LIMit<li>:ACPower:ACHannel[:RELative]:STATe
- class StateCls[source]
- State commands group definition. 1 total commands, 0 Subgroups, 1 group commands - class State[source]
- Response structure. Fields: - State_Lower: bool: No parameter help available 
- State_Upper: bool: No parameter help available 
 
 - get(window=Window.Default, limitIx=LimitIx.Default) State[source]
- # SCPI: CALCulate<n>:LIMit<li>:ACPower:ACHannel[:RELative]:STATe value: State = driver.applications.k10Xlte.calculate.limit.acPower.achannel.relative.state.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default) - This command turns the relative limit check for the adjacent channels 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’) 
- return
- structure: for return value, see the help for State structure arguments. 
 
 - set(state_lower: bool, state_upper: Optional[bool] = None, window=Window.Default, limitIx=LimitIx.Default) None[source]
- # SCPI: CALCulate<n>:LIMit<li>:ACPower:ACHannel[:RELative]:STATe driver.applications.k10Xlte.calculate.limit.acPower.achannel.relative.state.set(state_lower = False, state_upper = False, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default) - This command turns the relative limit check for the adjacent channels 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_lower
- No help available 
- param state_upper
- No help available 
- 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’)