IfFrequency
SCPI Command :
OUTPut<up>:IF:IFFRequency
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(outputConnector=OutputConnector.Default) float[source]
# OUTPut<up>:IF:IFFRequency value: float = driver.applications.k10Xlte.output.ifreq.ifFrequency.get(outputConnector = repcap.OutputConnector.Default)
Defines the frequency for the IF output of the FSW. The IF frequency of the signal is converted accordingly. Is available in the time domain and if the IF/VIDEO/DEMOD output is configured for IF. If the [IF WIDE OUTPUT] connector is used (TRACe:IQ:WBANd ON, see method
RsFsw.applications.k17Mcgd.trace.iq.wband.state.set()) , this command is available as a query only. It returns the used IF output frequency which is defined automatically by the application according to the center frequency. For more information see ‘IF and video signal output’.- Parameters:
outputConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- Returns:
frequency: Unit: HZ
- set(frequency: float, outputConnector=OutputConnector.Default) None[source]
# OUTPut<up>:IF:IFFRequency driver.applications.k10Xlte.output.ifreq.ifFrequency.set(frequency = 1.0, outputConnector = repcap.OutputConnector.Default)
Defines the frequency for the IF output of the FSW. The IF frequency of the signal is converted accordingly. Is available in the time domain and if the IF/VIDEO/DEMOD output is configured for IF. If the [IF WIDE OUTPUT] connector is used (TRACe:IQ:WBANd ON, see method
RsFsw.applications.k17Mcgd.trace.iq.wband.state.set()) , this command is available as a query only. It returns the used IF output frequency which is defined automatically by the application according to the center frequency. For more information see ‘IF and video signal output’.- Parameters:
frequency – Unit: HZ
outputConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)