Name of the function. Function names must start with a capital letter and can contain only alphanumeric characters.
IVI-C Function General Editor
Name
Return type
Return type of the function.
If an array is desired, append opening and closing square brackets ([]) to the type name. For example, to have the method return an array of double, enter Double[].
Display
Display name that will be used to identify the function in the function tree.
Repeated capability
The repeated capability with which the function is associated.
Implementation
Choosing the Automatic option instructs Nimbus to automatically generate all of the implementation code needed to implement the IVI-C function by delegating to the associated IVI-COM method. The function implementation will be generated in the \<prefix\>.nimbus.cpp file. Note that the Automatic implementation option is not available for IVI-C only functions.
Choosing the Manual option requires the driver developer to provide the function implementation. Nimbus will add a stub implementation in the \<prefix\>.cpp file.