Manual

SCPI Command :

[SENSe]:POWer:ACHannel:REFerence:TXCHannel:MANual
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:POWer:ACHannel:REFerence:TXCHannel:MANual
value: float = driver.applications.k91Wlan.sense.power.achannel.reference.txChannel.manual.get()

Defines a reference channel for relative ACLR measurements. You need at least one channel for the command to work. Note that this command is not available for MSR ACLR measurements (see method RsFsw.calculate.marker.function.power.preset() ) .

Returns:

channel_number: Range: 1 to 18

set(channel_number: float) None[source]
# [SENSe]:POWer:ACHannel:REFerence:TXCHannel:MANual
driver.applications.k91Wlan.sense.power.achannel.reference.txChannel.manual.set(channel_number = 1.0)

Defines a reference channel for relative ACLR measurements. You need at least one channel for the command to work. Note that this command is not available for MSR ACLR measurements (see method RsFsw.calculate.marker.function.power.preset() ) .

Parameters:

channel_number – Range: 1 to 18