State
SCPI Command :
CALCulate<n>:LIMit<li>:LOWer:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default) bool[source]
# CALCulate<n>:LIMit<li>:LOWer:STATe value: bool = driver.applications.k14Xnr5G.calculate.limit.lower.state.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Turns a lower limit line on and off. Before you can use the command, you have to select a limit line with method
RsFsw.calculate.limit.name.set().- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool, window=Window.Default, limitIx=LimitIx.Default) None[source]
# CALCulate<n>:LIMit<li>:LOWer:STATe driver.applications.k14Xnr5G.calculate.limit.lower.state.set(state = False, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Turns a lower limit line on and off. Before you can use the command, you have to select a limit line with method
RsFsw.calculate.limit.name.set().- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)