Click or drag to resize

SignalAPIIsSet Method

Indicates if signal is currently set on the card.

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

Parameters

name  String
The name of the signal that should.

Return Value

Boolean
true if signal is set, false otherwise.
See Also