RfsgArbSampleClockSource Class
- Updated2025-10-14
- 1 minute(s) read
Represents the source for the arbitrary waveform generator (AWG) Sample clock.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public class RfsgArbSampleClockSource
Remarks
See Source.
Properties
| Name | Description |
|---|---|
| ClockIn | Gets the source when the external clock is used as the Sample clock source. |
| OnboardClock | Gets the source when arbitrary waveform generator (AWG) module onboard clock is used as the clock source. |
Methods
| Name | Description |
|---|---|
| FromString(string) | Creates an RfsgArbSampleClockSource object from the specified string. |
| Equals(RfsgArbSampleClockSource) | Determines whether the current instance of RfsgArbSampleClockSource and the RfsgArbSampleClockSource object that you specify are equal. |
| Equals(object) | Determines whether the current instance of RfsgArbSampleClockSource and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of RfsgArbSampleClockSource. |
| ToString() | Converts the current instance of RfsgArbSampleClockSource to string. |
Operators
| Name | Description |
|---|---|
| operator RfsgArbSampleClockSource(string) | Converts the specified string to an equivalent RfsgArbSampleClockSource object. |
| operator string(RfsgArbSampleClockSource) | Converts the RfsgArbSampleClockSource object to equivalent string. |
| operator!=(RfsgArbSampleClockSource, RfsgArbSampleClockSource) | Checks whether two instances of the RfsgArbSampleClockSource object are unequal. |
| operator==(RfsgArbSampleClockSource, RfsgArbSampleClockSource) | Checks whether two instances of the RfsgArbSampleClockSource object are equal. |