Gap<GapChannel>
SCPI Command :
[SENSe]:POWer:ACHannel:BWIDth:GAP<gap>
- Commands in total: 3Subgroups: 1Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr2 driver.applications.k14Xnr5G.sense.power.achannel.bandwidth.gap.repcap_gapChannel_set(repcap.GapChannel.Nr1)
- get(gapChannel=GapChannel.Default) float[source]
# [SENSe]:POWer:ACHannel:BWIDth:GAP<gap> value: float = driver.applications.k14Xnr5G.sense.power.achannel.bandwidth.gap.get(gapChannel = repcap.GapChannel.Default)
No help available
- Parameters:
gapChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)
- set(bandwidth: float, gapChannel=GapChannel.Default) None[source]
# [SENSe]:POWer:ACHannel:BWIDth:GAP<gap> driver.applications.k14Xnr5G.sense.power.achannel.bandwidth.gap.set(bandwidth = 1.0, gapChannel = repcap.GapChannel.Default)
No help available
- Parameters:
gapChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)
Cloning the Group
# Create a copy of the original group, that exists independently
gap_copy = driver.applications.k14Xnr5G.sense.power.achannel.bandwidth.gap.clone()
Subgroups