sync_T2


Description

Specifies the TSYNC2 time.

Syntax

UInt32 sync_T2

Read

Gets the current TSYNC2 time.

Example

unsigned tSync2;
tSync2 = dsm.sync_T2;

Write

Sets a new TSYNC2 time. Specified. Minimum value of "0x0" and maximum value of "0xFF" (255).

Example

dsm.sync_T2 = 0xBB;

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.