Sband

SCPI Command :

[SENSe]:DDEMod:SBANd
class SbandCls[source]

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

get() RsFsw.enums.SidebandPos[source]
# SCPI: [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 [SENSe:]SWAPiq) .

return

sideband_pos: NORMal | INVerse NORMal Normal (non-inverted) position INVerse Inverted position

set(sideband_pos: RsFsw.enums.SidebandPos) None[source]
# SCPI: [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 [SENSe:]SWAPiq) .

param sideband_pos

NORMal | INVerse NORMal Normal (non-inverted) position INVerse Inverted position