Gap<GapChannel>

SCPI Command :

[SENSe]:POWer:ACHannel:NAME:GAP<gap>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr2

driver.applications.k14Xnr5G.sense.power.achannel.name.gap.repcap_gapChannel_set(repcap.GapChannel.Nr1)
get(gapChannel=GapChannel.Default) str[source]
# [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’.

Parameters:

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

Returns:

name: String containing the name of the channel

set(name: str, gapChannel=GapChannel.Default) None[source]
# [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’.

Parameters:
  • name – String containing the name of the channel

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