CircuitName
- Updated2026-03-24
- 1 minute(s) read
The name of the currently opened Multisim design file.
Syntax
Property CircuitName As String
Remarks
This read-only string contains the name of the design which is the same as the base file name.
Example
Dim Circuit As MultisimInterface.MultisimCircuit
Dim CircName As String
CircName = Circuit.CircuitName
See Also