UaChannel

SCPI Command :

[SENSe]:POWer:ACHannel:NAME:UACHannel
class UaChannelCls[source]

UaChannel commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() str[source]
# SCPI: [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 [SENSe:]POWer:ACHannel:NAME:ACHannel command. For details on MSR signals see ‘Measurement on multi-standard radio (MSR) signals’.

return

name: String containing the name of the channel

set(name: str) None[source]
# SCPI: [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 [SENSe:]POWer:ACHannel:NAME:ACHannel command. For details on MSR signals see ‘Measurement on multi-standard radio (MSR) signals’.

param name

String containing the name of the channel