State

SCPI Command :

CALCulate<n>:TABLe:POWer:ADRoop:DB:LIMit:STATe
class StateCls[source]

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

get(window=Window.Default) bool[source]
# SCPI: CALCulate<n>:TABLe:POWer:ADRoop:DB:LIMit:STATe
value: bool = driver.applications.k6Pulse.calculate.table.power.adroop.db.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.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

return

state: ON | OFF | 1 | 0

set(state: bool, window=Window.Default) None[source]
# SCPI: CALCulate<n>:TABLe:POWer:ADRoop:DB:LIMit:STATe
driver.applications.k6Pulse.calculate.table.power.adroop.db.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.

param state

ON | OFF | 1 | 0

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)