Sets whether orthogonal cover codes (OCCs) need to be used on the demodulation reference signal (DMRS) signal. The measurement internally sets this method to TRUE for multi antenna cases.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int SetDmrsOccEnabled(string selectorString, RFmxLteMXDmrsOccEnabled value)

Remarks

This method sets the value of DmrsOccEnabled attribute. The default value is False.

Parameters

NameTypeDescription
selectorStringstring

Specifies the carrier number and subblock number.
Example:
"subblock0" or
"subblock0/carrier0".
You can use the BuildCarrierString(string, int) method to build the selector string.

valueRFmxLteMXDmrsOccEnabled

Specifies whether orthogonal cover codes (OCCs) need to be used on the demodulation reference signal (DMRS) signal. The measurement internally sets this method to TRUE for multi antenna cases.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.