DIAdem Help

Object: DataPluginParameter <Navigator>

  • Updated2024-09-12
  • 1 minute(s) read

Object: DataPluginParameter <Navigator>

The DataPluginParameter <Navigator> object provides the properties and methods for configuring the export of data with a selected DataPlugin. DIAdem only creates the object if a DataPluginParameter object exists for the specified DataPlugin.

The following example displays the name of the DataPlugin DIAdem uses to export data:

VBScriptPython

 

Dim oMyDataPluginExport
Set oMyDataPluginExport = Navigator.Settings.CreateDataPluginParameter("CSV_Export")
If IsObject(oMyDataPluginExport) Then
  MsgBox oMyDataPluginExport.DataPluginName
End If

Properties

DataPluginName

Methods

ShowDialog