ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_docRfsgFrequencyReferenceExportedOutputTerminal ClassCurrent page
Table of Contents

RfsgFrequencyReferenceExportedOutputTerminal Class

RfsgFrequencyReferenceExportedOutputTerminal Class

RfsgFrequencyReferenceExportedOutputTerminal Class

Represents the destination terminal of RfsgFrequencyReference.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIRfsgRfsgFrequencyReferenceExportedOutputTerminal

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public sealed class RfsgFrequencyReferenceExportedOutputTerminal
Public NotInheritable Class RfsgFrequencyReferenceExportedOutputTerminal

The RfsgFrequencyReferenceExportedOutputTerminal type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberClockOut
Gets the destination terminal when the signal is exported to the CLK OUT connector on the front panel.
Public propertyStatic memberDoNotExport
Gets the destination terminal when the signal is not exported.
Public propertyStatic memberReferenceOut
Gets the destination terminal when the signal is exported to the REF IN/OUT terminal on the LO.
Public propertyStatic memberReferenceOut2
Gets the destination terminal when the signal is exported to the REF OUT2 terminal on the LO.
Top

Methods

  NameDescription
Public methodEquals(Object)
Determines whether the current instance of RfsgFrequencyReferenceExportedOutputTerminal and the object that you specify are equal.
(Overrides ObjectEquals(Object).)
Public methodEquals(RfsgFrequencyReferenceExportedOutputTerminal)
Determines whether the current instance of RfsgFrequencyReferenceExportedOutputTerminal and the RfsgFrequencyReferenceExportedOutputTerminal object that you specify are equal.
Public methodStatic memberFromString
Creates an RfsgFrequencyReferenceExportedOutputTerminal object from the specified string.
Public methodGetHashCode
Returns the hash code for the current instance of RfsgFrequencyReferenceExportedOutputTerminal.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert the current instance of RfsgFrequencyReferenceExportedOutputTerminal to equivalent string.
(Overrides ObjectToString.)
Top

Operators

  NameDescription
Public operatorStatic memberEquality
Checks whether the two instances of RfsgDoneEventExportedOutputTerminal are equal.
Public operatorStatic member(String to RfsgFrequencyReferenceExportedOutputTerminal)
Converts the specifies string to equivalent RfsgFrequencyReferenceExportedOutputTerminal object.
Public operatorStatic member(RfsgFrequencyReferenceExportedOutputTerminal to String)
Converts the RfsgFrequencyReferenceExportedOutputTerminal object to equivalent string.
Public operatorStatic memberInequality
Checks whether the two instances of RfsgFrequencyReferenceExportedOutputTerminal are unequal.
Top

Remarks

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.

See Also

Was this information helpful?