ScopeStartTriggerExportedOutputTerminal.FromString Method
- Updated2023-09-06
- 1 minute(s) read
ScopeStartTriggerExportedOutputTerminalFromString Method
Creates a ScopeStartTriggerExportedOutputTerminal 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 ScopeStartTriggerExportedOutputTerminal FromString( string source )
Public Shared Function FromString ( source As String ) As ScopeStartTriggerExportedOutputTerminal
Parameters
- source
- Type: SystemString
Specifies the String that the ScopeStartTriggerExportedOutputTerminal object returned represents.
Return Value
Type: ScopeStartTriggerExportedOutputTerminalReturns an object of type ScopeStartTriggerExportedOutputTerminal representing the specified source String.