Requires: Base Development System
Class: VI Methods (ActiveX)
Saves a VI and synchronizes the VI with the edited version in other application instances before saving.
object.SaveInstrument([viPath], [saveACopy], [withoutDiagram])
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. |
none