UaChannel

SCPI Command :

[SENSe]:POWer:ACHannel:NAME:UACHannel
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# [SENSe]:POWer:ACHannel:NAME:UACHannel
value: str = driver.sense.power.achannel.name.uaChannel.get()

Defines the name for the upper adjacent channel in asymmetrical MSR channel definitions. To define the name for the lower adjacent channel use the method RsFsw.sense.power.achannel.name.achannel.set() command. For details on MSR signals see ‘Measurement on multi-standard radio (MSR) signals’.

Returns:

name: String containing the name of the channel

set(name: str) None[source]
# [SENSe]:POWer:ACHannel:NAME:UACHannel
driver.sense.power.achannel.name.uaChannel.set(name = 'abc')

Defines the name for the upper adjacent channel in asymmetrical MSR channel definitions. To define the name for the lower adjacent channel use the method RsFsw.sense.power.achannel.name.achannel.set() command. For details on MSR signals see ‘Measurement on multi-standard radio (MSR) signals’.

Parameters:

name – String containing the name of the channel