09-17-2025 07:07 AM
I have created a plug-in to customize the PreUUT entry point and placed it in:
<TestStand public folder>\Components\Models\ModelPlugins\Addons
The plug-in comprises only two sequences: Initialize and PreUUT.
Since I need to disable this plugin for a period of time, I set:
FileGlobals.ModelPluginComponentDescription.Default.Base.Enabled = False
but this does not seem to prevent the plug-in execution.
What is this variable used for?
Is there a way to disable the plug-in other than remove it from the folder?
Tnx for reading
09-17-2025 07:34 AM
AFAIK, if you place a PlugIn into the Addons Folder, it makes them "non-configurable",
maybe that's why it's "always enabled"