RFmxLteMXSemConfiguration.ConfigureOffsetFrequency Method
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXSemConfigurationConfigureOffsetFrequency Method
Configures the start and stop frequencies and the sideband of an offset segment.
Use "offset(n)" or "subblock(n)/offset(n)" as the selector string to configure from this method.
Use "offset(n)" or "subblock(n)/offset(n)" as the selector string to configure from this method.
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 ConfigureOffsetFrequency( string selectorString, double offsetStartFrequency, double offsetStopFrequency, RFmxLteMXSemOffsetSideband offsetSideband )
Public Function ConfigureOffsetFrequency ( selectorString As String, offsetStartFrequency As Double, offsetStopFrequency As Double, offsetSideband As RFmxLteMXSemOffsetSideband ) As Integer
Parameters
- selectorString
- Type: SystemString
Specifies a selector string comprising of the signal name, subblock number, and offset number.
Example:
"subblock0/offset0"
You can use the BuildOffsetString(String, Int32) method to build the selector string. - offsetStartFrequency
- Type: SystemDouble
Specifies the start frequency of an offset segment relative to the carrier channel bandwidth edge (single-carrier) or the subblock aggregated channel bandwidth edge (multi-carrier). This value is expressed in Hz. - offsetStopFrequency
- Type: SystemDouble
Specifies the stop frequency of an offset segment relative to the carrier channel bandwidth edge (single-carrier) or the subblock aggregated channel bandwidth edge (multi-carrier). This value is expressed in Hz. - offsetSideband
- Type: NationalInstruments.RFmx.LteMXRFmxLteMXSemOffsetSideband
Specifies whether the offset segment is present on one side, or on both sides of the carrier.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.