RfsaReferenceClockSource Implicit Conversion (String to RfsaReferenceClockSource)
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Converts the specified string to the equivalent RfsaReferenceClockSource object.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public static implicit operator RfsaReferenceClockSource ( string source )
Public Shared Widening Operator CType ( source As String ) As RfsaReferenceClockSource
Parameters
- source String
- Specifies the string to be converted to the equivalent RfsaReferenceClockSource object.
Return Value
RfsaReferenceClockSourceReturns an object of type RfsaReferenceClockSource from the string passed in the source parameter.