Sbrf
SCPI Command :
CHANnel<*>:IQ:SBRF
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) IqSidebandRf[source]
# CHANnel<*>:IQ:SBRF value: enums.IqSidebandRf = driver.channel.iq.sbrf.get(channel = repcap.Channel.Default)
Defines the frequency position of the RF spectrum in the input signal: normal or inverse. The position is important for correct down-conversion and filtering. Prerequisite: method
RsRtx.channel.iq.inpType.set()is set to REAL- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
iq_sideband_rf: INVerse | NORMal
- set(iq_sideband_rf: IqSidebandRf, channel=Channel.Default) None[source]
# CHANnel<*>:IQ:SBRF driver.channel.iq.sbrf.set(iq_sideband_rf = enums.IqSidebandRf.INVerse, channel = repcap.Channel.Default)
Defines the frequency position of the RF spectrum in the input signal: normal or inverse. The position is important for correct down-conversion and filtering. Prerequisite: method
RsRtx.channel.iq.inpType.set()is set to REAL- Parameters:
iq_sideband_rf – INVerse | NORMal
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)