Click or drag to resize

SignalAPIExists Method

Checks whether the referenced signal exists on the card.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.6.0
Syntax
C#
public bool Exists(
	string name
)

Parameters

name  String
Name of the signal that should be checked.

Return Value

Boolean
Returns true if the signal exists on the card, false otherwise.
See Also