Sets the control format indicator (CFI) carried by physical control format indicator channel (PCFICH). CFI is used to compute the number of OFDM symbols which will determine the size of physical downlink control channel (PDCCH) within a subframe.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int SetPcfichCfi(string selectorString, int value)

Remarks

This method sets the value of PcfichCfi attribute.The default value is 1.

Parameters

NameTypeDescription
selectorStringstring

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

valueint

Specifies the control format indicator (CFI) carried by physical control format indicator channel (PCFICH). CFI is used to compute the number of OFDM symbols which will determine the size of physical downlink control channel (PDCCH) within a subframe.

Returns

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