Click or drag to resize

BooleanVariableAPICreate Method

Creates a variable with the specified name on the card.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void Create(
	string name,
	bool initialValue = false
)

Parameters

name  String
The name of the variable that should be created.
initialValue  Boolean  (Optional)
The variable's initial value.
See Also