User manual
Chapter 2 Command System RIGOL
MSO5000 Programming Guide 2-139
T
t
Duty Cycle=t/T*100%
Return
Format
The query returns the current duty cycle in scientific notation.
Example
:PULSe:DCYCle 50 /*Sets the duty cycle of GI pulse to 50%.*/
:PULSe:DCYCle? /*The query returns 5.000000E+1.*/
[:SOURce[<n>]]:MOD:TYPE
Syntax
[:SOURce[<n>]]:MOD:TYPE <type>
[:SOURce[<n>]]:MOD:TYPE?
Description
Sets or queries the modulation type of the specified function/arbitrary waveform
generator channel.
Parameter
Name
Type
Range
Default
[<n>]
Discrete
{1|2}
When omitted, by default, the operations are
carried out on GI.
<type>
Discrete
{AM|FM|FSK}
AM
Remarks
AM: Amplitude Modulation. The amplitude of the carrier waveform changes with the
amplitude of the modulating waveform.
FM: Frequency Modulation. The frequency of the carrier waveform changes with the
the modulating waveform.
FSK: Frequency-shift Keying Modulation. Control the carrier frequency changes with
the digital signal.
The Sine, Square, Ramp, Built-in Waveform, or Non-DC signal's arbitrary waveforms
can be regarded as carrier waveforms.
You can select Sine, Square, Triangle, or Noise as the modulating waveforms.
Return
Format
The query returns AM, FM, or FSK.
Example
:MOD:TYPE AM /*Sets the modulation type of GI to AM.*/
:MOD:TYPE? /*The query returns AM.*/