Sets the RF architecture at the transmitter in case of a multicarrier. 3GPP defines different options, each component carriers within a subblock can have separate LO or one common LO for an entire subblock. Based upon the selected option, the additional results are calculated.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int SetTransmitterArchitecture(string selectorString, RFmxLteMXTransmitterArchitecture value)

Remarks

This method sets the value of TransmitterArchitecture attribute. The default value is LOPerComponentCarrier.

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

valueRFmxLteMXTransmitterArchitecture

Specifies the RF architecture at the transmitter in case of a multicarrier. 3GPP defines different options, each component carriers within a subblock can have separate LO or one common LO for an entire subblock. Based upon the selected option, the additional results are calculated.

Returns

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