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