cmw_measure
Arm, wait, and fetch results in one call: runs a complete CMW500 measurement for Bluetooth, LTE, WLAN, or GPRF, returning synchronized data instead of stale reads.
Instructions
Run a complete measurement: arm it, wait for the instrument to report the acquisition finished, then fetch the results. Prefer this over separate trigger and fetch calls -- INITiate returns as soon as the measurement is armed, so a separate fetch cannot tell whether it is reading this acquisition or the previous one. Results are marked stale if a setting changed after the trigger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | ||
| port | No | ||
| statistic | No | Which statistic to read. AVERage, MAXimum, MINimum, SDEViation and EXTReme summarise the configured statistic count; CURRent is the last single result. | CURRent |
| timeout_s | No | How long to wait for completion (default 30 s) | |
| technology | Yes | Which measurement application to run | |
| meas_instance | No | ||
| allow_continuous | No | Permit measuring in continuous repetition mode, where the instrument never reports completion. Results are marked unsynchronised. |