Click or drag to resize

CommandListAppendSignalSet Method

Sets a signal.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.6.0
Syntax
C#
public void AppendSignalSet(
	string signalName
)

Parameters

signalName  String
The name of the signal to set.
Remarks
Appends a SIGNAL_SET command to the list.
See Also