Represents the source for LOSource.

Derives from

None

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public class RfsaLOSource

Remarks

See LOSource.

Properties

NameDescription
LOIn

Gets a value which indicates that the LO source used to downconvert the RF input signal is connected to the REF/LO in connector on the NI 5694 front panel.

None

Gets a value which indicates no LO source is required to downconvert the RF input signal.

Onboard

Gets a value which indicates that the onboard synthesizer is used to generate the LO signal that downconverts the RF input signal.

Secondary

Gets a value which indicates the LO source used to downconvert the RF input signal is the secondary LO.

SGSAShared

Uses the same internal LO during NI-RFSA and NI-RFSG sessions. NI-RFSA selects an internal synthesizer and the synthesizer signal is switched to both the RX and TX mixers.This value is valid on only the PXIe-5830/5831/5832.

Methods

NameDescription
FromString(string)

Creates an RfsaLOSource object from the specified string.

Equals(RfsaLOSource)

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

Equals(object)

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

GetHashCode()

Returns the hash code for the current instance of RfsaLOSource.

ToString()

Converts the current instance of RfsaLOSource to string.

Operators

NameDescription
operator RfsaLOSource(string)

Converts the specifies string to the equivalent RfsaLOSource object.

operator string(RfsaLOSource)

Converts the RfsaLOSource object to equivalent string.

operator!=(RfsaLOSource, RfsaLOSource)

Checks whether the two instances of RfsaLOSource are unequal.

operator==(RfsaLOSource, RfsaLOSource)

Checks whether the two instances of RfsaLOSource are equal.