Click or drag to resize

General Page, IVI-C Driver Per-User Preferences

The options on this page control some of the default settings that appear on the General page of the New Project Wizard for IVI-C drivers.

General options for IVI-C drivers
Create unit test

Causes the IVI-C Driver Wizard to default to including a unit test project in new IVI-C Driver solutions.

Create help project

Causes the IVI-C Driver Wizard to default to including a driver help project in new IVI-C Driver solutions.

Create setup project

Causes the IVI-C Driver Wizard to default to including a driver setup project in new IVI-C Driver solutions.

Create C++ application

Causes the IVI-C Driver Wizard to default to including a sample C++ console application in new IVI-C Driver solutions.

Note Note

These settings just control the initial configuration of the New IVI-C Driver Wizard. You will have the chance to make different choices when the wizard is actually run.

Code generation
Automatically generate getter functions for IVI-C attributes

This setting controls whether getter functions are automatically generated when an IVI-C attribute is added to the driver.

Getter function prefix

This setting controls the name of automatically generated IVI-C attribute getter functions. For example, if an attribute named OUTPUT_VOLTAGE is created, and this setting is chosen to be Get, Nimbus will automatically generate an IVI-C getter function named GetOutputVoltage.

The name resulting from selections made here represent the initial name given to the getter function. Individual getter functions can be renamed as desired.

Automatically generate setter functions for IVI-C attributes

This setting controls whether setter functions are automatically generated when an IVI-C attribute is added to the driver.

Setter function prefix

This setting controls the name of automatically generated IVI-C attribute setter functions. For example, if an attribute named OUTPUT_VOLTAGE is created, and this setting is chosen to be Set, Nimbus will automatically generate an IVI-C setter function named SetOutputVoltage.

The name resulting from selections made here represent the initial name given to the setter function. Individual setter functions can be renamed as desired.

See Also

Download a complete CHM version of this documentation here.