Frequency
SCPI Command :
WGENerator<*>:MODulation:AM:FREQuency
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(wgenerator=Wgenerator.Default) float[source]
# WGENerator<*>:MODulation:AM:FREQuency value: float = driver.wgenerator.modulation.am.frequency.get(wgenerator = repcap.Wgenerator.Default)
Sets the frequency of the modulation waveform for amplitude modulation, if method
RsRtx.wgenerator.modulation.typePy.set()is set to AM.- Parameters:
wgenerator – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)
- Returns:
frequency: 1E-3 to 1E+6
- set(frequency: float, wgenerator=Wgenerator.Default) None[source]
# WGENerator<*>:MODulation:AM:FREQuency driver.wgenerator.modulation.am.frequency.set(frequency = 1.0, wgenerator = repcap.Wgenerator.Default)
Sets the frequency of the modulation waveform for amplitude modulation, if method
RsRtx.wgenerator.modulation.typePy.set()is set to AM.- Parameters:
frequency – 1E-3 to 1E+6
wgenerator – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)