RFmx LTE DotNET

Table of Contents

RFmxLteMXComponentCarrier.ConfigureDownlinkAutoChannelDetection Method

  • Updated2024-07-17
  • 2 minute(s) read
RFmxLteMXComponentCarrier.ConfigureDownlinkAutoChannelDetection Method

RFmxLteMXComponentCarrierConfigureDownlinkAutoChannelDetection Method

Configures whether the values of physical downlink shared channel (PDSCH) parameters, control channel signal powers, and physical control format indicator channel (PCFICH) CFI are configured by a user or auto-detected by the measurement. The measurement ignores this method, when you set the SetLinkDirection(String, RFmxLteMXLinkDirection) method to Uplink.

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 ConfigureDownlinkAutoChannelDetection(
	string selectorString,
	RFmxLteMXAutoPdschChannelDetectionEnabled autoPdschChannelDetectionEnabled,
	RFmxLteMXAutoControlChannelPowerDetectionEnabled autoControlChannelPowerDetectionEnabled,
	RFmxLteMXAutoPcfichCfiDetectionEnabled autoPcfichCfiDetectionEnabled
)
Public Function ConfigureDownlinkAutoChannelDetection ( 
	selectorString As String,
	autoPdschChannelDetectionEnabled As RFmxLteMXAutoPdschChannelDetectionEnabled,
	autoControlChannelPowerDetectionEnabled As RFmxLteMXAutoControlChannelPowerDetectionEnabled,
	autoPcfichCfiDetectionEnabled As RFmxLteMXAutoPcfichCfiDetectionEnabled
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
autoPdschChannelDetectionEnabled
Type: NationalInstruments.RFmx.LteMXRFmxLteMXAutoPdschChannelDetectionEnabled
Specifies whether the values of the SetPdschResourceBlockAllocation(String, String) method, the corresponding PDSCH CW0 Modulation Type method, and the PDSCH Power method are auto-detected by the measurement or user-specified.
This parameter is not valid, when you set the SetDownlinkChannelConfigurationMode(String, RFmxLteMXDownlinkChannelConfigurationMode) method to TestModel.
autoControlChannelPowerDetectionEnabled
Type: NationalInstruments.RFmx.LteMXRFmxLteMXAutoControlChannelPowerDetectionEnabled
Specifies whether the value of PSS Power, SSS Power, PBCH Power, PDCCH Power, and PCFICH Power methods are auto-detected by the measurement or user-specified. Currently, auto-detection of PHICH Power method is not supported.
This parameter is not valid, when you set the DL Ch Configuration Mode method to TestModel.
autoPcfichCfiDetectionEnabled
Type: NationalInstruments.RFmx.LteMXRFmxLteMXAutoPcfichCfiDetectionEnabled
Specifies whether the value of SetPcfichCfi(String, Int32) method is auto-detected by the measurement or user-specified.
This parameter is not valid, when you set the DL Ch Configuration Mode method to TestModel.

Return Value

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

See Also

Log in to get a better experience