![Vishay 7000 Programmer'S Reference Manual Download Page 72](http://html1.mh-extra.com/html/vishay/7000/7000_programmers-reference-manual_1030880072.webp)
Vishay Micro-Measurements
System 7000 Programmer’s Reference Manual
Page 72 of 142
Arguments:
CardNo
The card number (1-16).
Count
Specifies the number of scans to record. A value of 0 indicates that recording will
not stop until scanning stops (Range: 0 to 4294967295, Default: 0)
Delay
The number of scans to delay before recording of the data starts. A value of 0
means that you will start recording at the first scan. (Range: 0 to 4294967295,
Default: 0)
Returns:
0 if Successful, otherwise an Error Code
Notes:
6.5.4.3 ConfigureManualRecording Method
Syntax:
HRESULT _stdcall ConfigureManualRecording(in long CardNo, in long RecordMode, in long
BufferSize, out retval long * result );
Description:
Configures the manual recording Modeand sets up the manual record Pre-Record Buffer Size. .
Arguments:
CardNo
The card number (1-16).
RecordMode 0 = Off (default)
1 = SingleShot
2 = Continous
BufferSize
The number of "pre-trigger" scans to be recorded when the start manual
recording command is received (Range: 0 to 645,000, Default: 0)
Returns:
0 if Successful, otherwise an Error Code
Notes:
Manual recording mode must be set to singleshot or continuous before manual recording can be
started while the system is scanning.
The BufferSize must not be bigger than the configured Scan Buffer Size (see the
ConfigureScan
method).