SetCommonClockSourceEnabled(string, RFmxLteMXSlotPhaseCommonClockSourceEnabled)
- Updated2025-10-13
- 1 minute(s) read
Sets whether the same Reference Clock is used for local oscillator and the digital-to-analog converter. When the same Reference Clock is used, the carrier frequency offset is proportional to Sample Clock error.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public int SetCommonClockSourceEnabled(string selectorString, RFmxLteMXSlotPhaseCommonClockSourceEnabled value)
Remarks
This method sets the value of SlotPhaseCommonClockSourceEnabled attribute. The default value is True.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | RFmxLteMXSlotPhaseCommonClockSourceEnabled | Specifies whether the same Reference Clock is used for local oscillator and the digital-to-analog converter. When the same Reference Clock is used, the carrier frequency offset is proportional to Sample Clock error. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.