SaveInstrument
- Updated2025-07-30
- 1 minute(s) read
Saves a VI and synchronizes the VI with the edited version in other application instances before saving.
Syntax
object.SaveInstrument([viPath], [saveACopy], [withoutDiagram])Parameters
| Name | Type | Description |
|---|---|---|
| viPath | String | Path of the VI file. The default is the current location. |
| saveACopy | Boolean | Indicates whether to save a copy of the VI to another file. |
| withoutDiagram | Boolean | Indicates whether to save the VI without the block diagram. |
Return Value
none