GetCommonClockSourceEnabled(string, out RFmxLteMXSlotPowerCommonClockSourceEnabled)
- Updated2025-04-08
- 1 minute(s) read
Gets 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 GetCommonClockSourceEnabled(string selectorString, out RFmxLteMXSlotPowerCommonClockSourceEnabled value)
Remarks
This method gets 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 | out RFmxLteMXSlotPowerCommonClockSourceEnabled | Upon return, contains 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.