State

SCPI Command :

CALCulate<n>:LIMit<li>:ACPower:GAP<gap>[:CACLr][:RELative]:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) bool[source]
# CALCulate<n>:LIMit<li>:ACPower:GAP<gap>[:CACLr][:RELative]:STATe
value: bool = driver.applications.k14Xnr5G.calculate.limit.acPower.gap.caclr.relative.state.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)

No help available

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

  • gapChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)

set(state: bool, window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) None[source]
# CALCulate<n>:LIMit<li>:ACPower:GAP<gap>[:CACLr][:RELative]:STATe
driver.applications.k14Xnr5G.calculate.limit.acPower.gap.caclr.relative.state.set(state = False, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)

No help available

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

  • gapChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)