NI-SCOPE .NET Class Library Help

Table of Contents

ScopeReadyForAdvanceEventOutputTerminal.FromString Method

  • Updated2023-09-06
  • 1 minute(s) read
ScopeReadyForAdvanceEventOutputTerminal.FromString Method

ScopeReadyForAdvanceEventOutputTerminalFromString Method

Creates a ScopeReadyForAdvanceEventOutputTerminal 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 ScopeReadyForAdvanceEventOutputTerminal FromString(
	string source
)
Public Shared Function FromString ( 
	source As String
) As ScopeReadyForAdvanceEventOutputTerminal

Parameters

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

Return Value

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

See Also

Log in to get a better experience