Gap<GapChannel>

RepCap Settings

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

SCPI Command :

[SENSe]:POWer:ACHannel:BWIDth: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) float[source]
# SCPI: [SENSe]:POWer:ACHannel:BWIDth:GAP<gap>
value: float = driver.applications.k14Xnr5G.sense.power.achannel.bandwidth.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

bandwidth: No help available

set(bandwidth: float, gapChannel=GapChannel.Default) None[source]
# SCPI: [SENSe]:POWer:ACHannel:BWIDth:GAP<gap>
driver.applications.k14Xnr5G.sense.power.achannel.bandwidth.gap.set(bandwidth = 1.0, gapChannel = repcap.GapChannel.Default)

No command help available

param bandwidth

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.bandwidth.gap.clone()

Subgroups