A string containing the full file name, including path, of the Multisim executable.

Syntax

Property Path As String

Remarks

By default, Path is set to the file "Multisim.exe" in the same directory as the file "MultisimInterface.dll". This is typically the installation directory of Circuit Design Suite.

This property is read/write, so the client application may modify the path in order to invoke a specific version of Multisim.

Attempting to write the Path property after the connection has been established will cause an error.

Example

Dim MSApp As New MultisimInterface.MultisimApp


MSApp.Path = _
   "C:\Program Files\National Instruments\Circuit Design Suite <version>\Multisim.exe"

MSApp.Connect