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