Represents the source of RfsaReferenceClock.

Derives from

None

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public class RfsaReferenceClockSource

Remarks

See Source.

Properties

NameDescription
ClockIn

Gets the source when the external signal is connected to CLK IN connector.

None

Gets a value which indicates no Reference clock is required for the current device configuration.

OnboardClock

Gets the source when the NI-RFSA device is locked to the onboard clock.

PxiClock

Gets the source when the device is locked to PXI backplane clock.

PxiClockMaster

NI-RFSA configures the PXIe-5653 to export the Reference clock and configures the PXIe-5840/PXIe-5820/PXIe-3622 to use PxiClock. ///.

ReferenceIn

Gets the source when the external signal is connected to REF IN connector.

ReferenceIn2

NI-RFSA locks the device to the clock sourced at the PXIe-5840 REF IN terminal that is already configured by an NI-RFSG session.

Methods

NameDescription
FromString(string)

Creates a RfsaReferenceClockSource object from the specified string.

Equals(RfsaReferenceClockSource)

Determines whether the current instance of RfsaReferenceClockSource and the RfsaReferenceClockSource object that you specify are equal.

Equals(object)

Determines whether the current instance of RfsaReferenceClockSource and the object that you specify are equal.

GetHashCode()

Returns the hash code for the current instance of RfsaReferenceClockSource.

ToString()

Converts the current instance of RfsaReferenceClockSource to an equivalent string.

Operators

NameDescription
operator RfsaReferenceClockSource(string)

Converts the specified string to the equivalent RfsaReferenceClockSource object.

operator string(RfsaReferenceClockSource)

Converts the RfsaReferenceClockSource object to equivalent string.

operator!=(RfsaReferenceClockSource, RfsaReferenceClockSource)

Checks whether the two instances of RfsaReferenceClockSource are unequal.

operator==(RfsaReferenceClockSource, RfsaReferenceClockSource)

Checks whether the two instances of the RfsaReferenceClockSource object are equal.