Achannel

SCPI Command :

[SENSe]:POWer:ACHannel:NAME:ACHannel
class AchannelCls[source]

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

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

param name

String containing the name of the channel