ScopeInputClockSource Implicit Conversion (String to ScopeInputClockSource)
- Updated2023-09-06
- 1 minute(s) read
ScopeInputClockSource Conversion (String to ScopeInputClockSource)
Converts a specified String to an equivalent
ScopeInputClockSource object.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public static implicit operator ScopeInputClockSource ( string source )
Public Shared Widening Operator CType ( source As String ) As ScopeInputClockSource
Parameters
- source
- Type: SystemString
Specifies the String to be converted to an equivalent ScopeInputClockSource object.
Return Value
Type: ScopeInputClockSourceReturns the ScopeInputClockSource object representing the specified String.