SignalAPIIsAutoResetEnabled Method |
Indicates if autoReset is enabled for signal on the card.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.6.0
Syntax public bool IsAutoResetEnabled(
string name
)
Parameters
- name String
- The name of the signal that should be reset.
Return Value
Booleantrue if autoReset is enabled for signal,
false otherwise.
See Also