LabVIEWModule.LoadPrototype
- Updated2025-07-21
- 1 minute(s) read
LabVIEWModule.LoadPrototype
Syntax
LabVIEWModule.LoadPrototype( discardParameterValues = False)
Return Value
Returns a value that indicates whether the prototype of the VI was loaded. This method usually returns True .
Purpose
Remarks
Loads parameter information from the VI of the module.
You must set the LabVIEWModule.VIPath property of the module before calling this method. You must call this method before accessing the LabVIEWModule.Parameters property of the module.
Parameters
discardParameterValues As Boolean
[In] Specifies whether to reset the LabVIEWParameter.ValueExpr property of the existing parameter values when loading a new prototype.
This parameter has a default value of False .