This class represents a data plugin in Kst. It can be instantiated to create a new instance of a plugin in the Kst data collection.
Main constructor for the Plugin class. New plugins are typically invalid until various properties have been set.
Sets the input argument at the specified index or name.
Validates the plugin.
The list of inputs to the plugin.
The list of outputs to the plugin.
The library or module that is used for data processing by this plugin object.
A string containing details of the last error that occurred while running the plugin.
True if this plugin object is valid. If false, there is probably an invalid setting somewhere that needs to be corrected before it can be used. Some errors include invalid inputs or outputs, or an invalid or missing PluginModule.