IfFrequency

SCPI Commands

OUTPut<OutputConnector>:IF:IFFRequency
class IfFrequencyCls[source]

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

get(outputConnector=OutputConnector.Default) float[source]
# SCPI: OUTPut<up>:IF:IFFRequency
value: float = driver.output.ifreq.ifFrequency.get(outputConnector = repcap.OutputConnector.Default)

This command defines the frequency for the IF output of the R&S FSWP. The IF frequency of the signal is converted accordingly. This command is available in the time domain and if the IF/VIDEO/DEMOD output is configured for IF.

param outputConnector

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

return

frequency: Unit: HZ

set(frequency: float, outputConnector=OutputConnector.Default) None[source]
# SCPI: OUTPut<up>:IF:IFFRequency
driver.output.ifreq.ifFrequency.set(frequency = 1.0, outputConnector = repcap.OutputConnector.Default)

This command defines the frequency for the IF output of the R&S FSWP. The IF frequency of the signal is converted accordingly. This command is available in the time domain and if the IF/VIDEO/DEMOD output is configured for IF.

param frequency

Unit: HZ

param outputConnector

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