Auto

SCPI Command :

[SENSe]:POWer:ACHannel:REFerence:TXCHannel:AUTO
class AutoCls[source]

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

get() RsFsw.enums.RefChannel[source]
# SCPI: [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.

return

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: RsFsw.enums.RefChannel) None[source]
# SCPI: [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.

param 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