DIAdem Help

Property: CurrentScriptName for DataPlugin

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

Property: CurrentScriptName for DataPlugin

Specifies the name of the script file which belongs to the currently executed DataPlugin.

Object.CurrentScriptName
ObjectDataPlugin
Object with this property
Object.CurrentScriptNameString with read access

The following example saves the name of the executed DataPlugin as a root property:

Call Root.Properties.Add("ScriptName",CurrentScriptName)

Log in to get a better experience