Click or drag to resize

SignalAPI Class

Provides access to signals, which can be created and stored on the card. Furthermore, they can be (re-)set via control commands, and be referenced by various flow-control list commands.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3.ClientLibSpice3API
    RAYLASE.SPICE3.ClientLibSignalAPI

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.6.0
Syntax
C#
public class SignalAPI : Spice3API

The SignalAPI type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a signal with the specified name on the card.
Public methodDelete Deletes the referenced signal on the card.
Public methodExists Checks whether the referenced signal exists on the card.
Public methodGetStoredNames Returns a list of all signals that are currently stored on the card's local storage.
Public methodIsAutoResetEnabled Indicates if autoReset is enabled for signal on the card.
Public methodIsSet Indicates if signal is currently set on the card.
Public methodLoad Loads the referenced signal from the card's local storage.
Public methodReset Resets the specified signal on the card.
Public methodSet Sets the signal on the card.
Public methodStore Stores the referenced signal in the card's local storage for later (re-)loading.
Top
See Also