Click or drag to resize

CommandListAppendBooleanSet Method

Sets the value of a BooleanVariable.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendBooleanSet(
	string booleanVariableName,
	bool value
)

Parameters

booleanVariableName  String
The name of the boolean variable to modify.
value  Boolean
The value to be set
Remarks
Appends a BOOLEAN_SET command to the list.
See Also