Click or drag to resize

CommandListAppendIntegerSet Method

Sets the value of a IntegerVariable.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendIntegerSet(
	string integerVariableName,
	int value
)

Parameters

integerVariableName  String
The name of the integer variable to modify.
value  Int32
The value to be set
Remarks
Appends a INTEGER_SET command to the list.
See Also