SaveInstrument Method

LabView ActiveX Properties and Methods

SaveInstrument Method

Installed With: Base Package

Class: VI Methods (ActiveX)

Saves a VI and synchronizes the VI with the edited version in other application instances before saving.

Syntax

object.SaveInstrument([viPath], [saveACopy], [withoutDiagram])

Parameters

NameTypeDescription
viPathStringPath of the VI file. The default is the current location.
saveACopyBooleanIndicates whether to save a copy of the VI to another file.
withoutDiagramBooleanIndicates whether to save the VI without the block diagram.

Return Value

none