dds_reset_by_memory


Description

Specifies whether DDS phase reset should be controlled by memory.

Syntax

Boolean dds_reset_by_memory

Read

Gets current phase reset by memory status.

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 dds_reset property.

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.