Represents the source for TimerStartSource.

Derives from

None

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public class RfsaTimerStartSource

Remarks

See TimerStartSource.

Properties

NameDescription
ReferenceTrigger

Gets the Start Source Trigger as a Reference Trigger.

StartTrigger

Gets the Start Source Trigger as a Start Trigger.

Methods

NameDescription
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

NameDescription
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.