RFmx NR DotNET

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationRFmx NR DotNET...RFmxNRMXComponentCarrier ClassRFmxNRMXComponentCarrier.GetDownlinkTestModelDuplexScheme MethodCurrent page
Table of Contents

RFmxNRMXComponentCarrier.GetDownlinkTestModelDuplexScheme Method

RFmxNRMXComponentCarrier.GetDownlinkTestModelDuplexScheme Method

RFmxNRMXComponentCarrierGetDownlinkTestModelDuplexScheme Method

Gets the duplexing technique of the signal being measured. Refer to section 4.9.2 of 3GPP 38.141 specification for more information regarding test model configurations based on duplex scheme.

Namespace:  NationalInstruments.RFmx.NRMX
Assembly:  NationalInstruments.RFmx.NRMX.Fx40 (in NationalInstruments.RFmx.NRMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public int GetDownlinkTestModelDuplexScheme(
	string selectorString,
	out RFmxNRMXDownlinkTestModelDuplexScheme value
)
Public Function GetDownlinkTestModelDuplexScheme ( 
	selectorString As String,
	<OutAttribute> ByRef value As RFmxNRMXDownlinkTestModelDuplexScheme
) As Integer

Parameters

selectorString
Type: SystemString
Specifies the carrier number and subblock number.
Example:
"subblock0" or
"subblock0/carrier0".
You can use the BuildCarrierString(String, Int32) method to build the selector string.
value
Type: NationalInstruments.RFmx.NRMXRFmxNRMXDownlinkTestModelDuplexScheme
Upon return, contains the duplexing technique of the signal being measured. Refer to section 4.9.2 of 3GPP 38.141 specification for more information regarding test model configurations based on duplex scheme.

Return Value

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

Remarks

This method gets the value of DownlinkTestModelDuplexScheme attribute.The default value is Fdd.

See Also

In This Section
Was this information helpful?