RFmxLteMXComponentCarrier.SetPhichDuration Method
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXComponentCarrierSetPhichDuration Method
Sets the physical hybrid-ARQ indicator channel (PHICH) duration.
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 SetPhichDuration( string selectorString, RFmxLteMXDownlinkUserDefinedPhichDuration value )
Public Function SetPhichDuration ( selectorString As String, value As RFmxLteMXDownlinkUserDefinedPhichDuration ) As Integer
Parameters
- selectorString
- Type: SystemString
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, Int32) method to build the selector string. - value
- Type: NationalInstruments.RFmx.LteMXRFmxLteMXDownlinkUserDefinedPhichDuration
Specifies the physical hybrid-ARQ indicator channel (PHICH) duration.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.
Remarks
This method sets the value of PhichDuration attribute.The default value is Normal.