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