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