RfsgFrequencyReferenceExportedOutputTerminal Class
- Updated2025-10-14
- 1 minute(s) read
Represents the destination terminal of RfsgFrequencyReference.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public class RfsgFrequencyReferenceExportedOutputTerminal
Remarks
Properties
| Name | Description |
|---|---|
| ClockOut | Gets the destination terminal when the signal is exported to the CLK OUT connector on the front panel. |
| DoNotExport | Gets the destination terminal when the signal is not exported. |
| ReferenceOut | Gets the destination terminal when the signal is exported to the REF IN/OUT terminal on the LO. |
| ReferenceOut2 | Gets the destination terminal when the signal is exported to the REF OUT2 terminal on the LO. |
Methods
| Name | Description |
|---|---|
| FromString(string) | Creates an RfsgFrequencyReferenceExportedOutputTerminal object from the specified string. |
| Equals(RfsgFrequencyReferenceExportedOutputTerminal) | Determines whether the current instance of RfsgFrequencyReferenceExportedOutputTerminal and the RfsgFrequencyReferenceExportedOutputTerminal object that you specify are equal. |
| Equals(object) | Determines whether the current instance of RfsgFrequencyReferenceExportedOutputTerminal and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of RfsgFrequencyReferenceExportedOutputTerminal. |
| ToString() | Convert the current instance of RfsgFrequencyReferenceExportedOutputTerminal to equivalent string. |
Operators
| Name | Description |
|---|---|
| operator RfsgFrequencyReferenceExportedOutputTerminal(string) | Converts the specifies string to equivalent RfsgFrequencyReferenceExportedOutputTerminal object. |
| operator string(RfsgFrequencyReferenceExportedOutputTerminal) | Converts the RfsgFrequencyReferenceExportedOutputTerminal object to equivalent string. |
| operator!=(RfsgFrequencyReferenceExportedOutputTerminal, RfsgFrequencyReferenceExportedOutputTerminal) | Checks whether the two instances of RfsgFrequencyReferenceExportedOutputTerminal are unequal. |
| operator==(RfsgFrequencyReferenceExportedOutputTerminal, RfsgFrequencyReferenceExportedOutputTerminal) | Checks whether the two instances of RfsgDoneEventExportedOutputTerminal are equal. |