Method: RegisterDataPlugin for Settings <Navigator>
- Updated2024-09-12
- 1 minute(s) read
DIAdem NAVIGATOR > Methods > Method: RegisterDataPlugin for Settings <Navigator>
Method: RegisterDataPlugin for Settings <Navigator>
Registers a DataPlugin in DIAdem.
bRegisterDataPlugin = Object.RegisterDataPlugin(UriFileName, SilentMode)
| Object | Settings <Navigator> Object with this method |
| UriFileName | String Specifies the path and the name of the URI file to be registered. |
| SilentMode | Boolean Specifies whether DIAdem displays a message (FALSE) or not (TRUE) when registering or overwriting a DataPlugin. |
| bRegisterDataPlugin | Boolean Returns whether DIAdem registered the DataPlugin successfully (TRUE) or not (FALSE). |
![]() | Note You can double-click the associated uri file to register a DataPlugin. |
| VBScript | Python |
Call Navigator.Settings.RegisterDataPlugin("c:\ProgramData\National Instruments\Shared\USI\Plugins\DataPlugins\Audio\upsAudio.uri" ,FALSE)
