ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_docRfsgFrequencyReferenceSource ClassCurrent page
Table of Contents

RfsgFrequencyReferenceSource Class

RfsgFrequencyReferenceSource Class

RfsgFrequencyReferenceSource Class

Represents the source of RfsgFrequencyReference.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIRfsgRfsgFrequencyReferenceSource

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

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 methodGetType
Gets 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
Checks whether the two instances of RfsgFrequencyReferenceSource are equal.
Public operatorStatic member(String to RfsgFrequencyReferenceSource)
Converts the specified string to equivalent RfsgFrequencyReferenceSource object.
Public operatorStatic member(RfsgFrequencyReferenceSource to String)
Converts the RfsgFrequencyReferenceSource object to equivalent string.
Public operatorStatic memberInequality
Checks whether the two instances of RfsgFrequencyReferenceSource are unequal.
Top

Remarks

See Source.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Was this information helpful?