Ssetup
SCPI Command :
[SENSe]:POWer:ACHannel:SSETup
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [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’.
- Returns:
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]
# [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’.
- Parameters:
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.