WaveformType
Function generator channel waveform type
Description
This read-only property displays the channel waveform type that you specified while creating a function generator channel in a session. Supported waveform types are:
'Sine'
'Square'
'Triangle'
'RampUp'
'RampDown'
'DC'
'Arbitrary'
Example
Display the channel’s waveform type.
fgenCh.WaveformType
ans = Sine