ConfigureOffsetFrequencyArray(string, double[], double[], RFmxNRMXSemOffsetSideband[])
- Updated2025-04-08
- 1 minute(s) read
Configures an array of the start and stop frequencies and the sideband of an offset segment.
Use "subblock(n)" as the selector string to configure or read this method.
Syntax
Namespace: NationalInstruments.RFmx.NRMX
public int ConfigureOffsetFrequencyArray(string selectorString, double[] offsetStartFrequency, double[] offsetStopFrequency, RFmxNRMXSemOffsetSideband[] offsetSideband)
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies a selector string comprising of the subblock number. |
offsetStartFrequency | double[] | Specifies an array of the start frequencies of an offset segment relative to the component carrier bandwidth edge (single carrier) or subblock aggregated channel bandwidth edge (multi-carrier). This value is expressed in Hz. |
offsetStopFrequency | double[] | Specifies an array of the stop frequencies of an offset segment relative to the component carrier bandwidth edge (single carrier) or subblock aggregated channel bandwidth edge (multi-carrier). This value is expressed in Hz. |
offsetSideband | RFmxNRMXSemOffsetSideband[] | Specifies an array of whether the offset segment is present either on one side or on both sides of a carrier. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.