RfsaExportReferenceClockExportedOutputTerminal Class
- Updated2025-10-14
- 1 minute(s) read
Represents a destination terminal to which a Reference clock is exported.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public class RfsaExportReferenceClockExportedOutputTerminal
Remarks
See OutputTerminal.
Properties
| Name | Description |
|---|---|
| ClockOut | Gets the clock on the CLK OUT terminal on the LO. |
| IFCondRefOut | Gets that the Reference clock is IfCondRefOut. |
| None | Gets that the Reference clock is not exported. |
| ReferenceOut | Gets the clock on the REF IN/OUT terminal or the REF OUT terminals. |
| ReferenceOut2 | Gets the clock on the REF OUT2 terminal on the LO. |
Methods
| Name | Description |
|---|---|
| FromString(string) | Creates an RfsaExportReferenceClockExportedOutputTerminal object from the specified string. |
| Equals(RfsaExportReferenceClockExportedOutputTerminal) | Determines whether the current instance of RfsaExportReferenceClockExportedOutputTerminal and the RfsaExportReferenceClockExportedOutputTerminal object that you specify are equal. |
| Equals(object) | Determines whether the current instance of RfsaExportReferenceClockExportedOutputTerminal and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of RfsaExportReferenceClockExportedOutputTerminal. |
| ToString() | Converts the current instance of RfsaExportReferenceClockExportedOutputTerminal to a string. |
Operators
| Name | Description |
|---|---|
| operator RfsaExportReferenceClockExportedOutputTerminal(string) | Converts the specified string to the equivalent RfsaExportReferenceClockExportedOutputTerminal object. |
| operator string(RfsaExportReferenceClockExportedOutputTerminal) | Converts the RfsaExportReferenceClockExportedOutputTerminal object to an equivalent string. |
| operator!=(RfsaExportReferenceClockExportedOutputTerminal, RfsaExportReferenceClockExportedOutputTerminal) | Checks whether the two instances of RfsaExportReferenceClockExportedOutputTerminal are unequal. |
| operator==(RfsaExportReferenceClockExportedOutputTerminal, RfsaExportReferenceClockExportedOutputTerminal) | Checks whether the two instances of RfsaExportReferenceClockExportedOutputTerminal are equal. |