Ssetup
SCPI Command :
[SENSe]:POWer:ACHannel:SSETup
- class SsetupCls[source]
Ssetup commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe]:POWer:ACHannel:SSETup value: bool = driver.sense.power.achannel.ssetup.get()
Defines whether adjacent channels are defined symmetrically or not. For more information see ‘Measurement on multi-standard radio (MSR) signals’.
- return
state: ON | OFF | 1 | 0 ON | 1 The upper and lower adjacent and alternate channels are defined symmetrically. This is the default behaviour and corresponds to the behavior in firmware versions before 2.10. OFF | 0 The upper and lower channels can be configured differently.
- set(state: bool) None [source]
# SCPI: [SENSe]:POWer:ACHannel:SSETup driver.sense.power.achannel.ssetup.set(state = False)
Defines whether adjacent channels are defined symmetrically or not. For more information see ‘Measurement on multi-standard radio (MSR) signals’.
- param state
ON | OFF | 1 | 0 ON | 1 The upper and lower adjacent and alternate channels are defined symmetrically. This is the default behaviour and corresponds to the behavior in firmware versions before 2.10. OFF | 0 The upper and lower channels can be configured differently.