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