Circuit inputs appear on the Multisim schematic as basic source components, for example the AC voltage source. Use EnumInputs to get a list of all available input sources in the circuit. The names are not case-senstive. The Automation API allows the client application to substitute its own data for any of these original sources. Both voltage and current sources may be overridden in this way.

Only those sources which have been set (using SetInputDataRaw or SetInputDataSampled) or reserved (using ReserveInput) before the start of simulation are able to accept input data during the simulation. Calling SetInputDataSampled or SetInputDataRaw during simulation on unspecified inputs results in an error.

ReserveInput, SetInputDataSampled and SetInputDataRaw must be called before each simulation is run. The settings and associated data are not preserved between runs. EnumInputs should be called after replacing any source components.

  Power and Digital will have no effect on this function.