RfsgFrequencyReferenceSource Implicit Conversion (String to RfsgFrequencyReferenceSource)
- Updated2024-05-08
- 1 minute(s) read
RfsgFrequencyReferenceSource Conversion (String to RfsgFrequencyReferenceSource)
Converts the specified string to equivalent RfsgFrequencyReferenceSource object.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public static implicit operator RfsgFrequencyReferenceSource ( string source )
Public Shared Widening Operator CType ( source As String ) As RfsgFrequencyReferenceSource
Parameters
- source
- Type: SystemString
Specifies the string to be converted to equivalent RfsgFrequencyReferenceSource object.
Return Value
Type: RfsgFrequencyReferenceSourceReturns an object of type RfsgFrequencyReferenceSource from the string passed in the source.