Model Plugin – Configure Standard Options
- Updated2025-07-23
- 1 minute(s) read
Use the Configure Standard Options entry point to provide a way to configure option settings for an instance of a plug-in. A plug-in that implements Configure Standard Options includes an icon in the Options column of the Result Processing dialog box. Model plug-in end users click the icon to invoke Configure Standard Options, which launches a modal dialog box in which the end user can view and edit options for the instance of the plug-in.
Use the Parameters.ModelPlugin.PluginSpecific.Options subproperty to store the plug-in-specific options for end users to configure in the dialog box the entry point launches.
Note If the plug-in implements the OnTheFly Step Results entry point and you want to provide a way to specify whether to process results on-the-fly, include a Boolean on-the-fly option in the dialog box and store the value of the option in the ModelPlugin.Base.ProcessOnTheFly Boolean property, not a plug-in-specific property.
The Configure Standard Options entry point accepts the following parameters:
| Parameter Name | Data Type |
|---|---|
| Changed | Boolean |
| ProcessModel | Reference |
| ModelType | NI_ModelType |
| ModelPlugin | NI_ModelPlugin |