Skip to content

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.

Nimbus provides two ways to initiate the process of adding a new repeated capability to a driver, each of which is described in detail below.

To add a repeated capability to the main driver interface

Section titled “To add a repeated capability to the main driver interface”
  1. From Solution Explorer, expand the Nimbus node.

  2. Right-click on the Repeated Capabilities node.

  3. Choose Add Repeated Capability…

  4. The Add Repeated Capability Wizard appears.

  5. Follow the steps outlined below for using the Add Repeated Capability Wizard.

The remaining topics in this section discuss each wizard page separately.