How can I...
37
Control the trigger system
Get the current trigger source
word GetTriggerSource( byte *bySource )
Description:
This routine is used to retrieve the current Trigger Source of the
acquisition system.
ltsCh1
( 0) Channel 1
ltsCh2
( 1) Channel 2
ltsCh3
( 2) Channel 3
ltsCh4
( 3) Channel 4
ltsExternal
( 4) a digital external signal
ltsAnalogExt
( 5) an analog external signal
ltsAnd
( 6) Channel 1
AND
Channel 2
ltsOr
( 7) Channel 1
OR
Channel 2
ltsXor
( 8) Channel 1
XOR
Channel 2
ltsNoTrig
( 9) no source, measure immediately
S
(10) not used
ltsPxiExt
(11) PXI bus digital trigger signals
lts GenStart
(12) start of the Handyscope HS3 generator
ltsGenStop
(13) stop of the Handyscope HS3 generator
ltsGenNew
(14) each new period of the HS3 generator
Input:
-
Output:
bySource
The current trigger source.
Return value
E_NO_ERRORS,
E_INVALID_VALUE
E_NO_HARDWARE
Set the trigger source
word SetTriggerSource( byte bySource )
Description:
This routine sets the trigger source of the acquisition system.
Input:
bySource
The new trigger source.
Output:
Return value
E_NO_ERRORS,
E_INVALID_VALUE
E_NOT_SUPPORTED
E_NO_HARDWARE
Note
Not all devices support all Trigger Sources. If the Trigger Source is not
supported, the error value
E_NOT_SUPPORTED
is returned.
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...