![TiePie Handyscope HS3 Скачать руководство пользователя страница 28](http://html1.mh-extra.com/html/tiepie/handyscope-hs3/handyscope-hs3_programmers-manual_1114528028.webp)
28
How can I...
Control which channels are measured
The routines to get or set the measure mode use channel numbers. The follo-
wing numbers are used:
mmCh1 = 1
mmCh2 = 2
mmCh3 = 4
mmCh4 = 8
Get the current measure mode
word GetMeasureMode( byte *byMode )
Description:
This routine returns the current Measure Mode:
mmCh1
the signal at channel 1 is measured
mmCh2
the signal at channel 2 is measured
mmCh1 + mmCh2 the signals at channel 1 and 2 are measu-
red simultaneously
mmCh3
the signal at channel 3 is measured
mmCh1 + mmCh3 the signals at channel 1 and 3 are measu-
red simultaneously
Input:
-
Output:
byMode
The current Measure Mode.
Return value
E_NO_ERRORS
E_INVALID_VALUE
E_NO_HARDWARE
Set the measure mode
word SetMeasureMode( byte byMode )
Description:
This routine changes the measure mode, see also
GetMeasure-
Mode( )
.
Input:
byMode
The new measure mode.
Output:
Return value
E_NO_ERRORS
E_INVALID_VALUE
E_NO_HARDWARE
Содержание Handyscope HS3
Страница 2: ......
Страница 8: ...8 Introduction...
Страница 65: ...Deprecated routines 65...
Страница 67: ...TiePie engineering DLL programmer s manual rev 1 26...