Represents the source for the PXI chassis clock.

Derives from

None

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public class RfsgPxiChassisClock10Source

Remarks

See PxiChassisClock10Source.

Properties

NameDescription
None

Gets the clock source when the signal is not exported.

OnboardClock

Gets the clock source when the highly stable oven-controlled onboard frequency reference is used to drive the PXI_CLK signal.

ReferenceIn

Gets the clock source when the clock present at the front panel REF IN connector is used to drive the PXI_CLK signal.

Methods

NameDescription
FromString(string)

Creates an RfsgPxiChassisClock10Source object from the specified string.

Equals(RfsgPxiChassisClock10Source)

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

Equals(object)

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

GetHashCode()

Returns the hash code for the current instance of RfsgPxiChassisClock10Source.

ToString()

Converts the current instance of RfsgPxiChassisClock10Source to string.

Operators

NameDescription
operator RfsgPxiChassisClock10Source(string)

Converts the specified string representation of a PXI chassis clock 10 source to its RfsgPxiChassisClock10Source equivalent.

operator string(RfsgPxiChassisClock10Source)

Converts the RfsgPxiChassisClock10Source object to its equivalent string.

operator!=(RfsgPxiChassisClock10Source, RfsgPxiChassisClock10Source)

Checks whether the two instances of RfsgPxiChassisClock10Source are unequal.

operator==(RfsgPxiChassisClock10Source, RfsgPxiChassisClock10Source)

Determines whether the two instances of RfsgPxiChassisClock10Source are equal.