Sband
SCPI Command :
[SENSe]:DDEMod:SBANd
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() SidebandPos[source]
# [SENSe]:DDEMod:SBANd value: enums.SidebandPos = driver.applications.k70Vsa.sense.ddemod.sband.get()
Selects the sideband for the demodulation. Note that this command is maintained for compatibility reasons only. Use the SENS:SWAP:IQ command for new remote control programs (see method
RsFsw.sense.swapIq.set()) .- Returns:
sideband_pos: NORMal | INVerse NORMal Normal (non-inverted) position INVerse Inverted position
- set(sideband_pos: SidebandPos) None[source]
# [SENSe]:DDEMod:SBANd driver.applications.k70Vsa.sense.ddemod.sband.set(sideband_pos = enums.SidebandPos.INVerse)
Selects the sideband for the demodulation. Note that this command is maintained for compatibility reasons only. Use the SENS:SWAP:IQ command for new remote control programs (see method
RsFsw.sense.swapIq.set()) .- Parameters:
sideband_pos – NORMal | INVerse NORMal Normal (non-inverted) position INVerse Inverted position