NI-SCOPE .NET Class Library Help

Table of Contents

ScopeStartTriggerExportedOutputTerminal Implicit Conversion (String to ScopeStartTriggerExportedOutputTerminal)

  • Updated2023-09-06
  • 1 minute(s) read
ScopeStartTriggerExportedOutputTerminal Implicit Conversion (String to ScopeStartTriggerExportedOutputTerminal)

ScopeStartTriggerExportedOutputTerminal  Conversion (String to ScopeStartTriggerExportedOutputTerminal)

Converts a specified String to an equivalent ScopeStartTriggerExportedOutputTerminal object.

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

Syntax

public static implicit operator ScopeStartTriggerExportedOutputTerminal (
	string source
)
Public Shared Widening Operator CType ( 
	source As String
) As ScopeStartTriggerExportedOutputTerminal

Parameters

source
Type: SystemString
Specifies the String to be converted to an equivalent ScopeStartTriggerExportedOutputTerminal object.

Return Value

Type: ScopeStartTriggerExportedOutputTerminal
Returns the ScopeStartTriggerExportedOutputTerminal object representing the specified String.

See Also

Log in to get a better experience