RFmxNR_BuildBandwidthPartString
- Updated2024-10-14
- 1 minute(s) read
RFmxNR_BuildBandwidthPartString
int32 __stdcall RFmxNR_BuildBandwidthPartString (char selectorString[], int32 bandwidthPartNumber, int32 selectorStringOutLength, char selectorStringOut[]);
Purpose
Creates the bandwidth part string.
Parameters
Input | ||
Name | Type | Description |
selectorString | char[] | Specifies a selector string comprising of the signal name, result name, subblock number, and carrier number. If you do not specify the signal name, the default signal instance is used. If you do not specify the result name, the default result instance is used. Example: "subblock0/carrier0" "signal::sig1/subblock0/carrier0" "result::r1/subblock0/carrier0" "signal::sig1/result::r1/subblock0/carrier0" You can use the RFmxNR_BuildCarrierString function to build the selector string. |
bandwidthPartNumber | int32 | Specifies the bandwidth part number for building the selector string.
|
selectorStringOutLength | int32 | Specifies the length of the string that is returned by the selectorStringOut parameter. To get the minimum buffer size required to build the selector string, set the selectorStringOutLength parameter to 0. |
Output | ||
Name | Type | Description |
selectorStringOut | char[] | Returns the selector string. |
Return Value
Name | Type | Description |