Click or drag to resize

PredefinedVariablesErrorCodeVariableName Field

Defines the name of the variable, which is updated when list execution encounters an error.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.11.1
Syntax
C#
public static readonly string ErrorCodeVariableName

Field Value

String
Remarks

The variable is an integer-type. It can be referenced by list commands, which accept integer variables.

The variable represents the last error. See PredefinedVariablesErrorCode

See Also