RESET_T3
Description
Specifies the TRESET3 time.
Syntax
Read
Gets current TRESET3 time.
Example
unsigned resetT3;
resetT3 = dsm.RESET_T3;
Write
Sets new TRESET3 time.
Example
RESET_T3 = 3;
Notes
It is recommended that you set this property to at least 3 if you use the phase reset by memory option. For a more detailed discussion of the TRESET2 time, please see the DSM Manual.
Please note that the reset length is included in the Data Length and Memory Depth. This means that if you had 100 frequencies to chirp and you had Memory Depth (or Data Length) set to 100 points and reset set to 10 points, then the DSM will output the reset for the first 10 points and then will only chirp the first 90 frequencies that you specified then start over again.