![Vishay 7000 Programmer'S Reference Manual Download Page 71](http://html1.mh-extra.com/html/vishay/7000/7000_programmers-reference-manual_1030880071.webp)
Vishay Micro-Measurements
System 7000 Programmer’s Reference Manual
Page 71 of 142
6.5.4 Configuration Group
Recording Configuration
6.5.4.1 ConfigureTimeBasedRecording Method
Syntax:
HRESULT _stdcall ConfigureTimeBasedRecording (in long CardNo, in long GroupMask, in
long Mode, in long SkipCount, in long BurstCount, in long BurstSkipCount, out retval long *
result );
Description:
This method is used to configure time-based recording for one or more recording groups
Arguments:
CardNo
The card number (1-16).
GroupMask
Mode
0 = Off (default)
1 = Continuous
2 =Burst
SkipCount
Specifies how many scans to skip between each recorded scan. A value of 0
means skip none (i.e. record each scan). (Range: 0 to 4294967295,
Default: 0)
BurstCount
The number of scans to record during each burst
(Range: 0 to 4294967295,
Default: 0)
BurstSkipCount
The number of scans between recording bursts. (Range: 0 to 4294967295,
Default: 0)
Returns:
0 if Successful, otherwise an Error Code
Notes:
To assign a channel to a group call the
SetChannelRecordingGroup
method
6.5.4.2 ConfigureTimeBasedRecordingStartandStop Method
Syntax:
HRESULT _stdcall ConfigureTimeBasedRecordingStartandStop(in long CardNo, in long Count,
in long Delay, out retval long * result );
Description:
Sets the maximum number of scans to record (the count) and the delay before time-based
recording starts.