guard_length


Description

Sets the guard length when DSM is run in burst mode.

Syntax

UInt16 guard_length

Read

Gets current guard length.

Example

int guardLength;
guardLength = dsm.guard_length;

Write

Sets the guard length.

Example

dsm.guard_length = 0x80;

Notes

Note that this parameter is only applicable when burst mode is turned on.