with_guard_page
Description
Enables or disables the Guard Page.
Syntax
Read
Gets status of the Guard Page.
Example
bool guardPageStatus;
guardPageStatus = dsm.with_guard_page;
Write
Sets Guard Page to on or off.
Example
dsm.with_guard_page = "true";
Notes
This property is only useful when the DSM is in Burst mode. The Guard page is used to ensure phase accuracy for the output waveform. If phase accuracy is not important to you then you can set this property to "false". If you enable this property, make sure to also set the guard_length property.
For more information regarding the Guard page, please see the DSM GUI Manual.