Click or drag to resize

SignalAPIIsAutoResetEnabled Method

Indicates if autoReset is enabled for signal on the card.

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

Parameters

name  String
The name of the signal that should be reset.

Return Value

Boolean
true if autoReset is enabled for signal, false otherwise.
See Also