Click or drag to resize

CommandListAppendSignalReset Method

Resets a signal.


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

Parameters

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