How can I...
39
Get the current trigger mode for a specific channel
word GetTriggerModeCh( byte byCh, byte *byMode )
Description:
This routine is used to get the current Trigger Mode for a specific
channel. Some trigger modes are not available on all instruments,
in that case, the value E_NOT_SUPPORTED will be returned.
Input:
byCh
The channel to set the trigger mode for
byMode
The new trigger mode.
Output:
Return value
E_NO_ERRORS
E_INVALID_VALUE
E_NOT_SUPPORTED
E_NO_HARDWARE
E_INVALID_CHANNEL
Set the trigger mode for a specific channel
word SetTriggerModeCh( byte byCh, byte byMode )
Description:
This routine is used to set the Trigger Mode for a specific chan-
nel. See also
GetTriggerMode
. Some trigger modes are not avai-
lable on all instruments, in that case, the value E_NOT_SUP-
PORTED will be returned.
Input:
byCh
The channel to set the trigger mode for
byMode
The new trigger mode.
Output:
Return value
E_NO_ERRORS
E_INVALID_VALUE
E_NOT_SUPPORTED
E_NO_HARDWARE
E_INVALID_CHANNEL
Note
When edge triggering (Rising or Falling) is selected, the instrument will
not trigger on a constant level DC signal
Summary of Contents for Handyscope HS3
Page 2: ......
Page 8: ...8 Introduction...
Page 65: ...Deprecated routines 65...
Page 67: ...TiePie engineering DLL programmer s manual rev 1 26...