
Group IDs
Group IDs are logical IDs which are created by a call to
e1432_create_channel_group. This function can be called multiple times to create
multiple groups and each group can contain any combination of channels,
including mixtures of different types of channels. The channel groups can
overlap as well.
This function creates and initializes a channel group. A channel group allows
commands to be issued to several VT1433B channels at once, simplifying system
setup. The state of an individual VT1433B channel that is in more than one
channel group, is determined by the most recent operation performed on any
group to which this channel belongs.
If successful, this function returns the ID of the group that was created, which is
then used to reference the channel group in most other functions in this library.
A group ID is always negative.
As a side effect, this function makes all input channels in the channel group
active and all source and tach channels in the channel group inactive. Unlike the
Agilent/HP E1431A library, this function does not inactivate other channels within
the modules that the channels are in. Also unlike the Agilent/HP E1431A library,
this function does not preset the channels in the new group.
As an example, to create a group consisting of the first three input channels and
the eighth and ninth input channels, the code would like something like this:
SHORTSIZ16 chan_list[5];
SHORTSIZ16 input_group;
chan_list[0] = E1432_INPUT_CHAN(1);
chan_list[1] = E1432_INPUT_CHAN(2);
chan_list[2] = E1432_INPUT_CHAN(3);
chan_list[3] = E1432_INPUT_CHAN(8);
chan_list[4] = E1432_INPUT_CHAN(9);
input_group = e1432_create_channel_group(hw, 5, chan_list);
To create a group consisting of the first two source channels, the code would
look something like this:
SHORTSIZ16 chan_list[2];
SHORTSIZ16 source_group;
chan_list[0] = E1432_SOURCE_CHAN(1);
chan_list[1] = E1432_SOURCE_CHAN(2);
source_group = e1432_create_channel_group(hw, 2, chan_list);
VT1433B User's Guide
The Host Interface Library
4-11
Summary of Contents for VT1433B
Page 4: ...VT1433B User s Guide iv...
Page 10: ...x...
Page 11: ...1 Installing the VT1433B VT1433B User s Guide Installing the VT1433B 1 1...
Page 18: ...VT1433B User s Guide Installing the VT1433B 1 8...
Page 19: ...2 Getting Started With the VT1433B VT1433B User s Guide Getting Started With the VT1433B 2 1...
Page 38: ...VT1433B User s Guide Getting Started With the VT1433B 2 20...
Page 39: ...3 Using the VT1432A 3 1...
Page 78: ...VT1433B User s Guide Using the VT1433B 3 40...
Page 79: ...4 The Host Interface Library 4 1...
Page 108: ...VT1433B User s Guide The Host Interface Library 4 30...
Page 109: ...5 Module Description VT1433B User s Guide Module Description 5 1...
Page 124: ...VT1433B User s Guide Module Description 5 16...
Page 125: ...6 The Arbitrary Source Option VT1433B 1D4 VT1433B User s Guide The Arbitrary Source Option 6 1...
Page 130: ...VT1433B User s Guide The Arbitrary Source Option 6 6...
Page 131: ...7 The Tachometer Option VT1433B AYF VT1433B User s Guide The Tachometer Option 7 1...
Page 136: ...VT1433B User s Guide The Tachometer Option 7 6...
Page 137: ...8 Break Out Boxes VT1433B User s Guide Break Out Boxes 8 1...
Page 145: ...9 Troubleshooting the VT1433B VT1433B User s Guide Troubleshooting the VT1433B 9 1...
Page 148: ...VT1433B User s Guide Troubleshooting the VT1433B 9 4...
Page 149: ...10 Replacing Assemblies VT1433B User s Guide Replacing Assemblies 10 1...
Page 152: ...Assemblies without VT1433B AYF or VT1433B 1D4 VT1433B User s Guide Replacing Assemblies 10 4...
Page 154: ...Assemblies with VT1433B AYF VT1433B User s Guide Replacing Assemblies 10 6 A10 A11 A22...
Page 156: ...Assemblies with VT1433B 1D4 VT1433B User s Guide Replacing Assemblies 10 8...
Page 173: ...11 Backdating VT1433B User s Guide Backdating 11 1...
Page 175: ...Appendix A Register Definitions VT1433B User s Guide Register Definitions A 1...
Page 190: ...VT1433B User s Guide Register Definitions A 16...
Page 198: ...VT1433B User s Guide Glossary G 8...