Adding a Repeated Capability
Repeated capabilities allow the driver to expose duplicate functionality in an instrument using IVI-defined functions and conventions. For instance, a single set of methods and properties can be defined for operating on a series of channels in an oscilloscope. IVI terms this duplicate functionality a repeated capability.
For a complete discussion of repeated capabilities, see the IVI Backgrounder topic entitled Repeated Capabilities.
To add a repeated capability
Section titled “To add a repeated capability”-
From Solution Explorer, double-click the Driver Designer node under the Nimbus node.
-
The IVI.NET Driver Designer tree view opens.
-
Expand the root node, which will be named after the driver assembly (e.g.: Acme.Acme4321).
-
Expand the Hierarchy node.
-
Locate the interface reference property where you would like to add the new repeated capability.
-
Right-click on the selected interface reference property and choose the Add Child Repeated Capability….
-
The Add Repeated Capability Dialog appears.
-
Follow the steps outlined below for using the Add Repeated Capability Dialog.
The remaining topics in this section discuss each wizard page separately.