SetTransmitterArchitecture(string, RFmxLteMXTransmitterArchitecture)
- Updated2025-04-08
- 1 minute(s) read
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
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
value | RFmxLteMXTransmitterArchitecture | 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.