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.k18AmplifierEt.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

mode: No help available

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

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

param mode

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