RESET_T1


Description

Specifies the TRESET1 time.

Syntax

UInt32 RESET_T1

Read

Gets current TRESET1 time.

Example

unsigned resetT1;
resetT1 = dsm.RESET_T1;

Write

Sets new TRESET1 time.

Example

RESET_T1 = 0;

Notes

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.