Sband

SCPI Command :

OUTPut<up>:IF:SBANd
class SbandCls[source]

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

get(outputConnector=OutputConnector.Default) RsFsw.enums.NormalInverted[source]
# SCPI: OUTPut<up>:IF:SBANd
value: enums.NormalInverted = driver.applications.k70Vsa.output.ifreq.sband.get(outputConnector = repcap.OutputConnector.Default)

Queries the sideband provided at the ‘IF OUT 2 GHz’ connector compared to the sideband of the RF signal. The sideband depends on the current center frequency. Is available only if the output is configured for IF2 (see method RsFsw.Output. Ifreq.Source.set) . For more information and prerequisites see ‘IF and video signal output’.

param outputConnector

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)

return

value: NORMal The sideband at the output is identical to the RF signal. INVerted The sideband at the output is the inverted RF signal sideband.

set(value: RsFsw.enums.NormalInverted, outputConnector=OutputConnector.Default) None[source]
# SCPI: OUTPut<up>:IF:SBANd
driver.applications.k70Vsa.output.ifreq.sband.set(value = enums.NormalInverted.INVerted, outputConnector = repcap.OutputConnector.Default)

Queries the sideband provided at the ‘IF OUT 2 GHz’ connector compared to the sideband of the RF signal. The sideband depends on the current center frequency. Is available only if the output is configured for IF2 (see method RsFsw.Output. Ifreq.Source.set) . For more information and prerequisites see ‘IF and video signal output’.

param value

No help available

param outputConnector

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)