RfsgFrequencyReferenceSource Class
- Updated2025-10-14
- 1 minute(s) read
Represents the source of RfsgFrequencyReference.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public class RfsgFrequencyReferenceSource
Remarks
See Source.
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 |
|---|---|
| FromString(string) | Creates an RfsgFrequencyReferenceSource from the specified string. |
| Equals(RfsgFrequencyReferenceSource) | Determines whether the current instance of RfsgFrequencyReferenceSource and the RfsgFrequencyReferenceSource object that you specify are equal. |
| Equals(object) | Determines whether the current instance of RfsgFrequencyReferenceSource and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of RfsgFrequencyReferenceSource. |
| ToString() | Convert the current instance of RfsgFrequencyReferenceSource to equivalent string. |
Operators
| Name | Description |
|---|---|
| operator RfsgFrequencyReferenceSource(string) | Converts the specified string to equivalent RfsgFrequencyReferenceSource object. |
| operator string(RfsgFrequencyReferenceSource) | Converts the RfsgFrequencyReferenceSource object to equivalent string. |
| operator!=(RfsgFrequencyReferenceSource, RfsgFrequencyReferenceSource) | Checks whether the two instances of RfsgFrequencyReferenceSource are unequal. |
| operator==(RfsgFrequencyReferenceSource, RfsgFrequencyReferenceSource) | Checks whether the two instances of RfsgFrequencyReferenceSource are equal. |