40
How can I...
Get the current trigger level
word GetTriggerLevel( byte byCh, double *dLevel )
Description:
This routine is used to retrieve the Trigger Level of the selected
channel. The hardware starts to measure when the signal passes
this level. The routine
SetTriggerMode
can be used to select the
trigger slope.
Input:
byCh
The channel whose Trigger Level is to be retrie-
ved (1, 2, 3, 4).
Output:
dLevel
The current Trigger Level.
Return value
E_NO_ERRORS
E_INVALID_CHANNEL
E_NO_HARDWARE
Set the trigger level
word SetTriggerLevel( byte byCh, double dLevel )
Description:
This routine is used to set the Trigger Level. The Trigger Level is
valid if it is between
-sensitivity
and
+sensitivity
.
Input:
byCh
The channel whose Trigger Level is to be set (1,
2, 3, 4).
dLevel
The new Trigger Level in Volts.
Output:
Return value
E_NO_ERRORS
E_INVALID_CHANNEL
E_INVALID_VALUE
E_NO_HARDWARE
Note
The Trigger Level applies only to analog trigger sources, not to digital
trigger sources.
When window trigger is selected, the Trigger Level controls the upper level of
the trigger window.
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...