State
SCPI Command :
CALCulate<n>:TABLe:TSIDelobe:IMPower:LIMit:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) bool[source]
# CALCulate<n>:TABLe:TSIDelobe:IMPower:LIMit:STATe value: bool = driver.applications.k6Pulse.calculate.table.tsidelobe.imPower.limit.state.get(window = repcap.Window.Default)
Activates or deactivates a limit check for the selected parameter. The limits are defined using CALCulate<n>:TABLe:<ParameterGroup>:<Parameter>:LIMit. Commands for the parameter group <TSIDelobe> are only available if the additional option FSW-K6S is installed.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool, window=Window.Default) None[source]
# CALCulate<n>:TABLe:TSIDelobe:IMPower:LIMit:STATe driver.applications.k6Pulse.calculate.table.tsidelobe.imPower.limit.state.set(state = False, window = repcap.Window.Default)
Activates or deactivates a limit check for the selected parameter. The limits are defined using CALCulate<n>:TABLe:<ParameterGroup>:<Parameter>:LIMit. Commands for the parameter group <TSIDelobe> are only available if the additional option FSW-K6S is installed.
- Parameters:
state – ON | OFF | 1 | 0
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)