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