State

SCPI Commands

CALCulate<Window>:LIMit<LimitIx>:ACPower:ALTernate<Channel>:ABSolute: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, channel=Channel.Default) State[source]
# SCPI: CALCulate<n>:LIMit<li>:ACPower:ALTernate<ch>:ABSolute:STATe
value: State = driver.calculate.limit.acPower.alternate.absolute.state.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, channel = repcap.Channel.Default)

No command 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’)

param channel

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

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, channel=Channel.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:ACPower:ALTernate<ch>:ABSolute:STATe
driver.calculate.limit.acPower.alternate.absolute.state.set(state_lower = False, state_upper = False, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, channel = repcap.Channel.Default)

No command help available

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’)

param channel

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