![]() | Features Page, IVI-C Driver Settings |
This setting controls whether getter functions are automatically generated when an IVI-C attribute is added to the driver.
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.
This setting controls whether setter functions are automatically generated when an IVI-C attribute is added to the driver.
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.
Use this button to bring up a dialog that allows you to update all getter and setter functions with the current selections made on this page.