sync_T1
Description
Specifies the TSYNC1 time.
Syntax
UInt32 sync_T1
Read
Gets the current TSYNC1 time.
Example
unsigned tSync1;
tSync1 = dsm.sync_T1;
Write
Sets a new TSYNC1 time. Minimum value of "0x0" and maximum value of "0xFF" (255).
Example
dsm.sync_T1 = 0xAA;
Notes
This property is only available if SYNCO is enabled with the synco_enable property. For a more detailed discussion of the TSYNC1 time, please see the DSM Manual.