RFmxLteMXComponentCarrier.ConfigurePcfich Method
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXComponentCarrierConfigurePcfich Method
Configures the CFI and power parameters of the physical control format indicator channel (PCFICH).
Use "subframe(l)" or "carrier(k)" or "subblock(n)" or "subblock(n)/carrier(k)/subframe(l)" as the selector string to configure this method.
Use "subframe(l)" or "carrier(k)" or "subblock(n)" or "subblock(n)/carrier(k)/subframe(l)" as the selector string to configure this method.
Namespace: NationalInstruments.RFmx.LteMX
Assembly: NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public int ConfigurePcfich( string selectorString, int cfi, double power )
Public Function ConfigurePcfich ( selectorString As String, cfi As Integer, power As Double ) As Integer
Parameters
- selectorString
- Type: SystemString
Specifies a selector string comprising of the signal name, subblock number, carrier number, and subframe number.
Example:
"subblock0/carrier0/subframe0"
You can use the BuildSubframeString(String, Int32) method to build the selector string. - cfi
- Type: SystemInt32
Specifies the control format indicator (CFI) carried by 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. - power
- Type: SystemDouble
Specifies the power of the PCFICH relative to the power of the cell-specific reference signal. This value is expressed in dB.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.