NIRfsg Namespace

Table of Contents

RfsgFrequencyReferenceSource Class

  • Updated2025-02-03
  • 4 minute(s) read
RfsgFrequencyReferenceSource Class

RfsgFrequencyReferenceSource Class

Represents the source of RfsgFrequencyReference.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIRfsgRfsgFrequencyReferenceSource

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public sealed class RfsgFrequencyReferenceSource
Public NotInheritable Class RfsgFrequencyReferenceSource

The RfsgFrequencyReferenceSource type exposes the following members.

Properties

 NameDescription
Public propertyStatic memberClockIn Gets the source when the clock signal present at the front panel CLK IN connector is used as the source.
Public propertyStatic memberOnboardClock Gets the source when arbitrary waveform generator (AWG) module onboard clock is used as the clock source.
Public propertyStatic memberPxiClock Gets the source when the PXI_CLK signal, which is present on the PXI backplane is used as the source.
Public propertyStatic memberPxiClockMaster NI-RFSG configures the PXIe-5653 to export the Reference Clock and configures the PXIe-5840/PXIe-5820/PXIe-3622 to use PxiClock.
Public propertyStatic memberReferenceIn Gets the source when the clock signal present at the front panel REF IN connector is used as the source.
Public propertyStatic memberReferenceIn2 NI-RFSG locks the Reference Clock to the clock sourced at the PXIe-5840 REF IN terminal that is already configured by an NI-RFSA session.
Top

Methods

 NameDescription
Public methodEquals(Object) Determines whether the current instance of RfsgFrequencyReferenceSource and the object that you specify are equal.
(Overrides ObjectEquals(Object))
Public methodEquals(RfsgFrequencyReferenceSource) Determines whether the current instance of RfsgFrequencyReferenceSource and the RfsgFrequencyReferenceSource object that you specify are equal.
Public methodStatic memberFromString Creates an RfsgFrequencyReferenceSource from the specified string.
Public methodGetHashCode Returns the hash code for the current instance of RfsgFrequencyReferenceSource.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Convert the current instance of RfsgFrequencyReferenceSource to equivalent string.
(Overrides ObjectToString)
Top

Operators

 NameDescription
Public operatorStatic memberEquality(RfsgFrequencyReferenceSource, RfsgFrequencyReferenceSource) Checks whether the two instances of RfsgFrequencyReferenceSource are equal.
Public operatorStatic member(RfsgFrequencyReferenceSource to String) Converts the RfsgFrequencyReferenceSource object to equivalent string.
Public operatorStatic member(String to RfsgFrequencyReferenceSource) Converts the specified string to equivalent RfsgFrequencyReferenceSource object.
Public operatorStatic memberInequality(RfsgFrequencyReferenceSource, RfsgFrequencyReferenceSource) Checks whether the two instances of RfsgFrequencyReferenceSource are unequal.
Top

Remarks

See Source.

See Also

Log in to get a better experience