dds_reset_by_memory
Description
Specifies whether DDS phase reset should be controlled by memory.
Syntax
Read
Sees if phase reset is controlled by memory.
Example
bool phaseResetMem;
phaseResetMem = dsm.dds_reset_by_memory;
Write
Enables or disables phase reset by memory.
Example
dsm.dds_reset_by_memory = true;
Notes
When phase reset is not controlled by memory, you can manually reset the phase by using the "R1" parser command to turn on reset and "R0" parser command to turn off reset. Otherwise, when this property is set to "true", phase reset is done through memory using the Reset Time properties ( RESET_T1, RESET_T2, RESET_T3) or using custom phase reset definitions with the user_define_bulk and user_define_file functions.