Achannel

SCPI Command :

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

Defines a name for the adjacent channel. For MSR ACLR measurements, this command defines the name for the lower adjacent channel in asymmetric channel definitions. To define the name for the upper adjacent channel use the method RsFsw.sense.power.achannel.name.uaChannel.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:ACHannel
driver.sense.power.achannel.name.achannel.set(name = 'abc')

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

Parameters:

name – String containing the name of the channel