IfFrequency

SCPI Command :

OUTPut<up>: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.applications.k70Vsa.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.K17_Mcgd.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’.

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.applications.k70Vsa.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.K17_Mcgd.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’.

param frequency

Unit: HZ

param outputConnector

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