NI-SCOPE .NET Class Library Help

ScopeSampleClockTimebaseSource Implicit Conversion (String to ScopeSampleClockTimebaseSource)

  • Updated2023-09-06
  • 1 minute(s) read
ScopeSampleClockTimebaseSource Implicit Conversion (String to ScopeSampleClockTimebaseSource)

ScopeSampleClockTimebaseSource  Conversion (String to ScopeSampleClockTimebaseSource)

Converts a specified String to an equivalent ScopeSampleClockTimebaseSource object.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public static implicit operator ScopeSampleClockTimebaseSource (
	string source
)
Public Shared Widening Operator CType ( 
	source As String
) As ScopeSampleClockTimebaseSource

Parameters

source
Type: SystemString
Specifies the String to be converted to an equivalent ScopeSampleClockTimebaseSource object.

Return Value

Type: ScopeSampleClockTimebaseSource
Returns the ScopeSampleClockTimebaseSource object representing the specified String.

See Also

Log in to get a better experience