RFmxWCDMA_ModAccCfgSynchronizationModeAndInterval
- Updated2024-10-14
- 2 minute(s) read
RFmxWCDMA_ModAccCfgSynchronizationModeAndInterval
int32 __stdcall RFmxWCDMA_ModAccCfgSynchronizationModeAndInterval (niRFmxInstrHandle instrumentHandle, char selectorString[], int32 synchronizationMode, int32 measurementOffset, int32 measurementLength);
Purpose
Configures the synchronization mode, measurement offset, and measurement length of the ModAcc measurement.
Parameters
Input | ||||||||||
Name | Type | Description | ||||||||
instrumentHandle | niRFmxInstrHandle | Specifies the instrument session. The RFmx driver obtains this parameter from the RFmxWCDMA_Initialize function. | ||||||||
selectorString | char[] | Specifies a selector string comprising of the signal name. If you do not specify the signal name, the default signal instance is used. Example: "signal::sig1" You can use the RFmxWCDMA_BuildSignalString function to build the selector string. |
||||||||
synchronizationMode | int32 | Specifies whether the measurement is performed from the frame, slot, or symbol boundary.
|
||||||||
measurementOffset | int32 | Specifies the measurement offset to skip from the synchronization boundary. This value is expressed in slots. The synchronization boundary is specified by the synchronizationMode parameter. Valid values are [0, (15 - ModAcc Measurement Length)]. The sum of the ModAcc measurement offset and ModAcc measurement length must be less than or equal to 15. |
||||||||
measurementLength | int32 | Specifies the duration for the modulation accuracy measurement. This value is expressed in slots. Valid values are [1,(15 - ModAcc Measurement Offset)]. The sum of the ModAcc measurement offset and ModAcc measurement length must be less than or equal to 15. |
Return Value
Name | Type | Description | ||||||||
status | int32 | Returns the status code of this operation. The status code either indicates success or describes an error or warning condition. Examine the status code from each call to an RFmx function to determine if an error has occurred. To obtain a text description of the status code and additional information about the error condition, call the RFmxWCDMA_GetError function. The general meaning of the status code is as follows:
|
||||||||