Signal |
public class SignalAPI : Spice3API
The SignalAPI type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create | Creates a signal with the specified name on the card. |
![]() | Delete | Deletes the referenced signal on the card. |
![]() | Exists | Checks whether the referenced signal exists on the card. |
![]() | GetStoredNames | Returns a list of all signals that are currently stored on the card's local storage. |
![]() | IsAutoResetEnabled | Indicates if autoReset is enabled for signal on the card. |
![]() | IsSet | Indicates if signal is currently set on the card. |
![]() | Load | Loads the referenced signal from the card's local storage. |
![]() | Reset | Resets the specified signal on the card. |
![]() | Set | Sets the signal on the card. |
![]() | Store | Stores the referenced signal in the card's local storage for later (re-)loading. |