SetCommonClockSourceEnabled(string, RFmxLteMXSlotPowerCommonClockSourceEnabled)
- Updated2025-04-08
- 1 minute(s) read
Sets whether the same Reference Clock is used for the local oscillator and the digital-to-analog converter in the transmitter. 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, RFmxLteMXSlotPowerCommonClockSourceEnabled value)
Remarks
This method sets the value of SlotPowerCommonClockSourceEnabled 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 | RFmxLteMXSlotPowerCommonClockSourceEnabled | Specifies whether the same Reference Clock is used for the local oscillator and the digital-to-analog converter in the transmitter. 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.