Programming Manual
–
T3AWG3K-C Series Arbitrary Waveform Generator
True-Arb Operating Mode
122
Description
This query returns true or false based on whether the waveform is
predefined.
Important Note:
Predefined waveforms have fixed length and name.
Therefore, renaming or deleting them is not possible.
Creating a new waveform with the same name as the predefined
waveform is not possible.
Group
Waveform
Syntax
WLISt:WAVeform:PREDefined? <wfm_name>
Related Commands
None
Arguments
<wfm_name>::=<string>
Returns
0|1 where ‘0’ means FALSE and ‘1’ means TRUE
Example
WLISt:WAVeform:PREDefined? “Sine”
might return 1 indicating that it is a predefined waveform.
Table 168
: WLISt:WAVeform:PREDefined?
Command
WLISt:WAVeform:TYPE? (Query Only)
Description
This query returns if the waveform is analog or digital.
Group
Waveform
Syntax
WLISt:WAVeform:TYPE? <wfm_name>
Related Commands
None
Arguments
<wfm_name>::=<string>
Returns
DIGital|ANAlog
Example
WLISt:WAVeform:TYPE? “Ramp1000”
Might return ANAlog.
Table 169: WLISt:WAVeform:TYPE?