State

SCPI Command :

CALCulate<n>:TABLe:POWer:PMIN:LIMit:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) bool[source]
# CALCulate<n>:TABLe:POWer:PMIN:LIMit:STATe
value: bool = driver.applications.k6Pulse.calculate.table.power.pmin.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:POWer:PMIN:LIMit:STATe
driver.applications.k6Pulse.calculate.table.power.pmin.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’)