Manual

SCPI Command :

[SENSe]:POWer:ACHannel:REFerence:TXCHannel:MANual
class ManualCls[source]

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

get() float[source]
# SCPI: [SENSe]:POWer:ACHannel:REFerence:TXCHannel:MANual
value: float = driver.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) .

return

channel_number: Range: 1 to 18

set(channel_number: float) None[source]
# SCPI: [SENSe]:POWer:ACHannel:REFerence:TXCHannel:MANual
driver.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) .

param channel_number

Range: 1 to 18