VTI Instruments Corp.
296 EX1629 Command Set
vtex1629_soft_synch
FUNCTION PROTOTYPE
ViStatus vtex1629_soft_synch (ViSession vi);
FUNCTION PARAMETERS
vi = contains a session handle to the instrument. This handle is obtained by the function and remains valid until the
session is closed.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function sends a software generated synchronization event to the device. This is only valid when the device is a
synch master (see vtex1629_set_synch_source).
NOTE The signal conditioning path is reset on a sync event, which means that acquisition data will not
reflect the input signals until the digital filters settled. See vtex1629_get_settling_time for more
information.
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
…
status = vtex1629_soft_synch(instrumentHandle);