Gap<GapChannel>

RepCap Settings

# Range: Nr1 .. Nr2
rc = driver.applications.k14Xnr5G.sense.power.achannel.filterPy.state.gap.repcap_gapChannel_get()
driver.applications.k14Xnr5G.sense.power.achannel.filterPy.state.gap.repcap_gapChannel_set(repcap.GapChannel.Nr1)

SCPI Command :

[SENSe]:POWer:ACHannel:FILTer[:STATe]:GAP<gap>
class GapCls[source]

Gap commands group definition. 3 total commands, 1 Subgroups, 1 group commands Repeated Capability: GapChannel, default value after init: GapChannel.Nr1

get(gapChannel=GapChannel.Default) bool[source]
# SCPI: [SENSe]:POWer:ACHannel:FILTer[:STATe]:GAP<gap>
value: bool = driver.applications.k14Xnr5G.sense.power.achannel.filterPy.state.gap.get(gapChannel = repcap.GapChannel.Default)

No command help available

param gapChannel

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

return

state: No help available

set(state: bool, gapChannel=GapChannel.Default) None[source]
# SCPI: [SENSe]:POWer:ACHannel:FILTer[:STATe]:GAP<gap>
driver.applications.k14Xnr5G.sense.power.achannel.filterPy.state.gap.set(state = False, gapChannel = repcap.GapChannel.Default)

No command help available

param state

No help available

param gapChannel

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k14Xnr5G.sense.power.achannel.filterPy.state.gap.clone()

Subgroups