Represents the properties used to configure the signal to drive the 10 MHz Reference clock on the PXI backplane.

Derives from

None

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public class RfsaPxiChassisClk10Source

Remarks

For more information, refer to NI RF Vector Signal Analyzers Help.

Properties

NameDescription
None

Gets the signal for the device to not drive the PXI 10 MHz backplane Reference clock.

OnboardClock

Gets the signal for the device to drive the PXI 10 MHz backplane Reference clock with the onboard clock.

ReferenceIn

Gets the signal for the device to drive the PXI 10 MHz backplane Reference clock with the reference source attached to the REF IN connector.

Methods

NameDescription
FromString(string)

Creates a RfsaPxiChassisClk10Source object from the specified string.

Equals(RfsaPxiChassisClk10Source)

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

Equals(object)

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

GetHashCode()

Returns the hash code for the current instance of RfsaPxiChassisClk10Source.

ToString()

Converts the current instance of RfsaPxiChassisClk10Source to an equivalent string.

Operators

NameDescription
operator RfsaPxiChassisClk10Source(string)

Converts the specified string to an equivalent RfsaPxiChassisClk10Source object.

operator string(RfsaPxiChassisClk10Source)

Converts the RfsaPxiChassisClk10Source object to its equivalent string.

operator!=(RfsaPxiChassisClk10Source, RfsaPxiChassisClk10Source)

Checks whether the two instances of RfsaPxiChassisClk10Source are unequal.

operator==(RfsaPxiChassisClk10Source, RfsaPxiChassisClk10Source)

Checks whether the two instances of RfsaPxiChassisClk10Source are equal.