Rate
SCPI Command :
WGENerator<*>:MODulation:FSK[:RATE]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(waveformGen=WaveformGen.Default) float[source]
# WGENerator<*>:MODulation:FSK[:RATE] value: float = driver.wgenerator.modulation.fsk.rate.get(waveformGen = repcap.WaveformGen.Default)
Sets the frequency at which the signal switches between method
RsMxo.wgenerator.modulation.fsk.fone.set()and methodRsMxo.wgenerator.modulation.fsk.ftwo.set().- Parameters:
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)
- Returns:
rate: 0.001 to 1000000
- set(rate: float, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:MODulation:FSK[:RATE] driver.wgenerator.modulation.fsk.rate.set(rate = 1.0, waveformGen = repcap.WaveformGen.Default)
Sets the frequency at which the signal switches between method
RsMxo.wgenerator.modulation.fsk.fone.set()and methodRsMxo.wgenerator.modulation.fsk.ftwo.set().- Parameters:
rate – 0.001 to 1000000
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)