Vishay Micro-Measurements
System 7000 Programmer’s Reference Manual
Page 73 of 142
6.5.4.4 SetChannelRecordingGroup Method
Syntax:
HRESULT _stdcall SetChannelRecordingGroup(in long CardNo, in long ChannelNo, in long
Group, out retval long * result );
Description:
Sets the recording group identifier for the selected channel.
Arguments:
CardNo
The card number (1-16).
ChannelNo The channel number (1-8)
Group
The recording group number
1 = Group A (default)
2 = Group B
3 = Group C
4 = Group D
Returns:
0 if Successful, otherwise an Error Code
Notes:
6.5.4.5
SetLimitType Method
Syntax:
HRESULT _stdcall SetLimitType(in long CardNo, in long LimitType, out retval long * result );
Description:
The limit type defines the style of limit handling active on a card..
Arguments:
CardNo
The card number (1-16).
LimitType
The limit type
0 = None (default)
1 = Incremental Limit
2 = Range Limit
3 = Normal
Returns:
0 if Successful, otherwise an Error Code
Notes:
See SetLimitsBasedRecordingType method