Note on Outputs
- Updated2026-03-24
- 1 minute(s) read
Circuit outputs are identified by named probes on the Multisim schematic. Based on the probe configuration, outputs can report voltage, current, power or digital data. Use EnumInputs to get a list of all available probes in the circuit. The names are not case-senstive.
Only those outputs which have been set before the start of simulation are able to acquire data.
Calling GetOutputData or OutputReady on unspecified outputs results in an error.
SetOutputRequest must be called before each simulation is run. The settings and associated data are not preserved between runs.
The interpolation choice for a Digital probe output must be Raw, Force Step or Coerce. All other options will result in an error.