chirp1
Description
Specifies the start frequency.
Syntax
UInt64 chirp1
Read
Gets current start frequency.
Example
unsigned wfChirp1;
wfChirp1 = dsm.chirp1;
Write
Sets new start frequency.
Example
dsm.chirp1 = 0x1000000;
Notes
If you are using reverse chirping, the start frequency word should be greater than the stop 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.