SetPcfichCfi(string, int)
- Updated2025-04-08
- 1 minute(s) read
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
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the carrier number, subblock number and subframe number. |
value | int | 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.