LabVIEWModule
- 更新日2025-07-21
- 1分で読める
LabVIEWModule
Use objects from the LabVIEWModule class to specify and obtain LabVIEW Adapter-specific information about the code module that steps or step type substeps execute. Use the Step.Module property to obtain a reference to a LabVIEWModule object. To access the properties and methods of a specific module class, query the Module object for the interface of the module-specific interface you want to acquire.
Typically, you use this class only when you are writing a sequence editor.
To access the properties and methods of the Module class, use the LabVIEWModule.AsModule method to obtain an object.
Use the Module.LoadPrototype method to load the prototype for the module the step specifies.