ImportVITypes

Use these constants with the LabVIEWModule.ImportVI method to specify the type of VI to import to the module.

  • ImportVIType_ExpressVITemplate –(Value: 1) Indicates that the VI to import is an Express VI template. When you use this option, TestStand generates a wrapper VI to call the given Express VI template and imports the generated wrapper VI into the module.
  • ImportVIType_ExpressVIWrapper –(Value: 0) Indicates that the VI to import is a TestStand-generated Express VI wrapper.
  • ImportVIType_PropertyNodeVICreate –(Value: 3) When you use this option, TestStand generates a wrapper VI to call the LabVIEW Property Node and selected properties already configured in the step. TestStand imports the generated wrapper VI into the code module.
  • ImportVIType_PropertyNodeVIWrapper –(Value: 2) Indicates that the VI to import is a TestStand-generated LabVIEW Property Node VI wrapper.

See Also

LabVIEWModule.ImportVI