Click or drag to resize

SignalAPICreate Method

Creates a signal with the specified name on the card.

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

Parameters

name  String
The name of the signal that should be created.
initialValue  Boolean  (Optional)
The signal's initial value.
autoReset  Boolean  (Optional)
Wheter the signal should be automatically reset after list command is reached.
See Also