guard_length
Description
Specifies the Guard Page length.
Syntax
UInt16 guard_length
Read
Gets the current Guard Page length.
Example
int guardLength;
guardLength = dsm.guard_length;
Write
Sets the Guard Page length.
Example
dsm.guard_length = 0x80;
Notes
This property is only applicable in Burst mode and only when with_guard_page is set to "true". We recommend a Guard Page length of at least 128 (hexadecimal 80).
For more information regarding the Guard page, please see the DSM GUI Manual.