Mode
SCPI Command :
[SENSe]:POWer:ACHannel:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.ReferenceMode [source]
# SCPI: [SENSe]:POWer:ACHannel:MODE value: enums.ReferenceMode = driver.sense.power.achannel.mode.get()
Selects the way the FSW displays the power of adjacent channels. You need at least one adjacent channel for the command to work.
- return
mode: ABSolute | RELative ABSolute Shows the absolute power of all channels RELative Shows the power of adjacent and alternate channels in relation to the transmission channel
- set(mode: RsFsw.enums.ReferenceMode) None [source]
# SCPI: [SENSe]:POWer:ACHannel:MODE driver.sense.power.achannel.mode.set(mode = enums.ReferenceMode.ABSolute)
Selects the way the FSW displays the power of adjacent channels. You need at least one adjacent channel for the command to work.
- param mode
ABSolute | RELative ABSolute Shows the absolute power of all channels RELative Shows the power of adjacent and alternate channels in relation to the transmission channel