ExecuteBuildSpec: Difference between revisions
Appearance
Created page with "'''ExecuteBuildSpec''' is a built-in operation installed by the NI LabVIEW Command Line Interface add-on. It builds Build Specifications in a LabVIEW Project and returns the paths to the output files. ==Synopsis== LabVIEWCLI -OperationName ExecuteBuildSpec -ProjectPath <path> [-TargetName <target>] [-BuildSpecName <name>] ==Options== ;-ProjectPath <path> :Absolute path to the project file that contains the build spec..." |
(No difference)
|
Latest revision as of 15:13, 2 January 2025
ExecuteBuildSpec is a built-in operation installed by the NI LabVIEW Command Line Interface add-on. It builds Build Specifications in a LabVIEW Project and returns the paths to the output files.
Synopsis
LabVIEWCLI -OperationName ExecuteBuildSpec
-ProjectPath <path>
[-TargetName <target>]
[-BuildSpecName <name>]
Options
- -ProjectPath <path>
- Absolute path to the project file that contains the build specification.
- -TargetName <target>
- Target that contains the build specification. Defaults to "My Computer" when not specified.
- -BuildSpecName <name>
- Name of the build specification to build. When not specified, all build specifications under the target are build.
External links
- Predefined Command Line Operations (LabVIEW User Manual)