chirp2
Description
Specifies the stop frequency.
Syntax
UInt64 chirp2
Read
Gets current stop frequency.
Example
unsigned wfChirp2;
wfChirp2 = dsm.chirp2;
Write
Sets new stop frequency.
Example
dsm.chirp2 = 0x50000000;
Notes
If you are using reverse chirping, the stop frequency word should be less than than the start frequency word. Please note that this property is specified as a frequency word, not absolute frequency. For more details regarding the built-in waveform parameters, please see the DSM GUI Manual.