Enumerates circuit parameters in the Multisim circuit.

Syntax


Function EnumCircuitParameters( _
       ByVal uLevel As CircuitParameterLevel) _
       As Variant

Parameters

uLevel—Specifies what level of circuit parameters to enumerate as specified by the enum CircuitParameterLevel.

Remarks

This method returns the list of all circuit parameters available in the circuit, either at the top level only (if uLevel is TopLevelCircuitParameters) or for the entire hierarchy (if uLevel is AllCircuitParameters).

If no circuit parameters are available, an empty variant will be returned.

The names returned from EnumCircuitParameters can be used to set the circuit parameter values using the CircuitParameterValue property.