NI-SCOPE .NET Class Library Help

Table of Contents

ScopeClockSynchronizationPulseSource Implicit Conversion (String to ScopeClockSynchronizationPulseSource)

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

ScopeClockSynchronizationPulseSource  Conversion (String to ScopeClockSynchronizationPulseSource)

Converts a specified String to an equivalent ScopeClockSynchronizationPulseSource object.

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

Syntax

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

Parameters

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

Return Value

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

See Also

Log in to get a better experience