NI-SCOPE .NET Class Library Help

ScopeSampleClockExportedOutputTerminal.FromString Method

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

ScopeSampleClockExportedOutputTerminalFromString Method

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

Parameters

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

Return Value

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

See Also