Sband
SCPI Command :
OUTPut<up>:IF:SBANd
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(outputConnector=OutputConnector.Default) NormalInverted[source]
# 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’.- Parameters:
outputConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- Returns:
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: NormalInverted, outputConnector=OutputConnector.Default) None[source]
# 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’.- Parameters:
outputConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)