Rate

SCPI Command :

WGENerator<*>:MODulation:FSK[:RATE]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(wgenerator=Wgenerator.Default) float[source]
# WGENerator<*>:MODulation:FSK[:RATE]
value: float = driver.wgenerator.modulation.fsk.rate.get(wgenerator = repcap.Wgenerator.Default)

Sets the hop rate, the time before a switch from the carrier frequency set with method RsRtx.wgenerator.modulation.fsk.fone.set() and the modulation frequency set with method RsRtx.wgenerator.modulation.fsk.ftwo.set() .

Parameters:

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

Returns:

rate: 1E-3 to 1E+6

set(rate: float, wgenerator=Wgenerator.Default) None[source]
# WGENerator<*>:MODulation:FSK[:RATE]
driver.wgenerator.modulation.fsk.rate.set(rate = 1.0, wgenerator = repcap.Wgenerator.Default)

Sets the hop rate, the time before a switch from the carrier frequency set with method RsRtx.wgenerator.modulation.fsk.fone.set() and the modulation frequency set with method RsRtx.wgenerator.modulation.fsk.ftwo.set() .

Parameters:
  • rate – 1E-3 to 1E+6

  • wgenerator – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)