Miscellaneous Utilities
issueTrigger
bSuccess = issueTrigger(iTriggerId)
Fires the named software trigger to all devices. Used only by User Gizmos that contain a TrgIn component.
Example
Send software trigger 1 to all devices.
syn.issueTrigger(1)
syn.issueTrigger(1)
getError
sError = getError()
Returns the previous error (if any) generated by a failure of one of the SynapseAPI functions.