Auto

SCPI Command :

[SENSe]:POWer:ACHannel:REFerence:TXCHannel:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() RefChannel[source]
# [SENSe]:POWer:ACHannel:REFerence:TXCHannel:AUTO
value: enums.RefChannel = driver.applications.k14Xnr5G.sense.power.achannel.reference.txChannel.auto.get()

Selects the reference channel for relative measurements. You need at least one channel for the command to work.

Returns:

ref_channel: MINimum | MAXimum | LHIGhest MINimum Transmission channel with the lowest power MAXimum Transmission channel with the highest power LHIGhest Lowest transmission channel for lower adjacent channels and highest transmission channel for upper adjacent channels

set(ref_channel: RefChannel) None[source]
# [SENSe]:POWer:ACHannel:REFerence:TXCHannel:AUTO
driver.applications.k14Xnr5G.sense.power.achannel.reference.txChannel.auto.set(ref_channel = enums.RefChannel.LHIGhest)

Selects the reference channel for relative measurements. You need at least one channel for the command to work.

Parameters:

ref_channel – MINimum | MAXimum | LHIGhest MINimum Transmission channel with the lowest power MAXimum Transmission channel with the highest power LHIGhest Lowest transmission channel for lower adjacent channels and highest transmission channel for upper adjacent channels