Gap<GapChannel>
RepCap Settings
# Range: Nr1 .. Nr2
rc = driver.applications.k14Xnr5G.sense.power.achannel.name.gap.repcap_gapChannel_get()
driver.applications.k14Xnr5G.sense.power.achannel.name.gap.repcap_gapChannel_set(repcap.GapChannel.Nr1)
SCPI Command :
[SENSe]:POWer:ACHannel:NAME:GAP<gap>
- class GapCls[source]
Gap commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: GapChannel, default value after init: GapChannel.Nr1
- get(gapChannel=GapChannel.Default) str [source]
# SCPI: [SENSe]:POWer:ACHannel:NAME:GAP<gap> value: str = driver.applications.k14Xnr5G.sense.power.achannel.name.gap.get(gapChannel = repcap.GapChannel.Default)
This command queries the name of the GAP channel. For details on MSR signals see ‘Measurement on multi-standard radio (MSR) signals’.
- param gapChannel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)
- return
name: String containing the name of the channel
- set(name: str, gapChannel=GapChannel.Default) None [source]
# SCPI: [SENSe]:POWer:ACHannel:NAME:GAP<gap> driver.applications.k14Xnr5G.sense.power.achannel.name.gap.set(name = 'abc', gapChannel = repcap.GapChannel.Default)
This command queries the name of the GAP channel. For details on MSR signals see ‘Measurement on multi-standard radio (MSR) signals’.
- param name
String containing the name of the channel
- 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.name.gap.clone()