Click or drag to resize

RelaxISPlugin_CircuitElement2StandardParameters Property

Gets the collection of standard parameters for this circuit element.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract IReadOnlyCollection<Fitparameter> StandardParameters { get; }

Property Value

IReadOnlyCollectionFitparameter
Remarks
The Error and IsGlobal fields have no effect here.
See Also