RfsgFrequencyReferenceSource Class
- Updated2024-05-08
- 4 minute(s) read
RfsgFrequencyReferenceSource Class
Represents the source of RfsgFrequencyReference.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() ![]() | ClockIn |
Gets the source when the clock signal present at the front panel CLK IN connector is used as the source.
|
![]() ![]() | OnboardClock |
Gets the source when arbitrary waveform generator (AWG) module onboard clock is used as the clock source.
|
![]() ![]() | PxiClock |
Gets the source when the PXI_CLK signal, which is present on the PXI backplane is used as the source.
|
![]() ![]() | PxiClockMaster |
NI-RFSG configures the PXIe-5653 to export the Reference Clock and configures the PXIe-5840/PXIe-5820/PXIe-3622 to use PxiClock.
|
![]() ![]() | ReferenceIn |
Gets the source when the clock signal present at the front panel REF IN connector is used as the source.
|
![]() ![]() | ReferenceIn2 |
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.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the current instance of RfsgFrequencyReferenceSource and the object that you specify are equal.
(Overrides ObjectEquals(Object).) |
![]() | Equals(RfsgFrequencyReferenceSource) |
Determines whether the current instance of RfsgFrequencyReferenceSource and the RfsgFrequencyReferenceSource object that you specify are equal.
|
![]() ![]() | FromString |
Creates an RfsgFrequencyReferenceSource from the specified string.
|
![]() | GetHashCode |
Returns the hash code for the current instance of RfsgFrequencyReferenceSource.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Convert the current instance of RfsgFrequencyReferenceSource to equivalent string.
(Overrides ObjectToString.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Checks whether the two instances of RfsgFrequencyReferenceSource are equal.
|
![]() ![]() | (String to RfsgFrequencyReferenceSource) |
Converts the specified string to equivalent RfsgFrequencyReferenceSource object.
|
![]() ![]() | (RfsgFrequencyReferenceSource to String) |
Converts the RfsgFrequencyReferenceSource object to equivalent string.
|
![]() ![]() | Inequality |
Checks whether the two instances of RfsgFrequencyReferenceSource are unequal.
|
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.