ni-rfsg-dotnet-api-ref_doc

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

RfsgFrequencyReferenceExportedOutputTerminal.FromString Method

RfsgFrequencyReferenceExportedOutputTerminal.FromString Method

RfsgFrequencyReferenceExportedOutputTerminalFromString Method

Creates an RfsgFrequencyReferenceExportedOutputTerminal object from the specified string.

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

Syntax

public static RfsgFrequencyReferenceExportedOutputTerminal FromString(
	string outputTerminal
)
Public Shared Function FromString ( 
	outputTerminal As String
) As RfsgFrequencyReferenceExportedOutputTerminal

Parameters

outputTerminal
Type: SystemString
Specifies a string that is the output terminal of RfsgFrequencyReference.

Return Value

Type: RfsgFrequencyReferenceExportedOutputTerminal
Returns an object of type RfsgFrequencyReferenceExportedOutputTerminal.

See Also

In This Section
Was this information helpful?