Sbif
SCPI Command :
CHANnel<*>:IQ:SBIF
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) IqSidebandIf[source]
# CHANnel<*>:IQ:SBIF value: enums.IqSidebandIf = driver.channel.iq.sbif.get(channel = repcap.Channel.Default)
Defines the sideband and the frequency position of complex modulated input signal in IF range. Prerequisites: method
RsRtx.channel.iq.inpType.set()is set to COMPlex and methodRsRtx.channel.iq.inpMode.set()is set to RFIF- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
iq_sideband_if: NUPPer: Upper sideband in normal position NLOWer: Lower sideband in normal position IUPPer: Upper sideband in inverse position ILOWer: Lower sideband in inverse position
- set(iq_sideband_if: IqSidebandIf, channel=Channel.Default) None[source]
# CHANnel<*>:IQ:SBIF driver.channel.iq.sbif.set(iq_sideband_if = enums.IqSidebandIf.ILOWer, channel = repcap.Channel.Default)
Defines the sideband and the frequency position of complex modulated input signal in IF range. Prerequisites: method
RsRtx.channel.iq.inpType.set()is set to COMPlex and methodRsRtx.channel.iq.inpMode.set()is set to RFIF- Parameters:
iq_sideband_if – NUPPer: Upper sideband in normal position NLOWer: Lower sideband in normal position IUPPer: Upper sideband in inverse position ILOWer: Lower sideband in inverse position
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)