NI-SCOPE .NET Class Library Help

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-SCOPE .NET Class Library HelpScopeReferenceTriggerExportedOutputTerminal.FromString MethodCurrent page
Table of Contents

ScopeReferenceTriggerExportedOutputTerminal.FromString Method

ScopeReferenceTriggerExportedOutputTerminal.FromString Method

ScopeReferenceTriggerExportedOutputTerminalFromString Method

Creates a ScopeReferenceTriggerExportedOutputTerminal object from the specified String.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public static ScopeReferenceTriggerExportedOutputTerminal FromString(
	string source
)
Public Shared Function FromString ( 
	source As String
) As ScopeReferenceTriggerExportedOutputTerminal

Parameters

source
Type: SystemString
Specifies the String that the ScopeReferenceTriggerExportedOutputTerminal object returned represents.

Return Value

Type: ScopeReferenceTriggerExportedOutputTerminal
Returns an object of type ScopeReferenceTriggerExportedOutputTerminal representing the specified source String.

See Also

In This Section
Was this information helpful?