RfsaTimerStartSource Class
- Updated2025-10-14
- 1 minute(s) read
Represents the source for TimerStartSource.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public class RfsaTimerStartSource
Remarks
See TimerStartSource.
Properties
| Name | Description |
|---|---|
| ReferenceTrigger | Gets the Start Source Trigger as a Reference Trigger. |
| StartTrigger | Gets the Start Source Trigger as a Start Trigger. |
Methods
| Name | Description |
|---|---|
| FromString(string) | Creates an RfsaTimerStartSource object from the specified string. |
| Equals(RfsaTimerStartSource) | Determines whether the current instance of RfsaTimerStartSource and the RfsaTimerStartSource object that you specify are equal. |
| Equals(object) | Determines whether the current instance of RfsaTimerStartSource and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of RfsaTimerStartSource. |
| ToString() | Converts the current instance of RfsaTimerStartSource to string. |
Operators
| Name | Description |
|---|---|
| operator RfsaTimerStartSource(string) | Converts the specifies string to the equivalent RfsaTimerStartSource object. |
| operator string(RfsaTimerStartSource) | Converts the RfsaTimerStartSource object to equivalent string. |
| operator!=(RfsaTimerStartSource, RfsaTimerStartSource) | Checks whether the two instances of RfsaTimerStartSource are unequal. |
| operator==(RfsaTimerStartSource, RfsaTimerStartSource) | Checks whether the two instances of RfsaTimerStartSource are equal. |