scope_measure
Retrieve a specific automated measurement (e.g., mean voltage, frequency, rise time) from a selected channel on a LeCroy oscilloscope. Specify channel and parameter to get the value with units.
Instructions
Get a single automated measurement from a channel.
Args: channel: Channel number 1–4 param: One of: MEAN — mean (average) voltage MAX — maximum voltage MIN — minimum voltage PKPK — peak-to-peak voltage FREQ — frequency PERIOD — period RMS — RMS voltage RISE — rise time (10%–90%) FALL — fall time (90%–10%) WIDTH — pulse width (positive) DUTY — duty cycle BASE — base voltage level TOP — top voltage level AMPL — amplitude (top – base) OVSP — overshoot (positive) UNDSP — undershoot PHASE — phase difference DELAY — delay AREA — area under curve
Returns the value with units as reported by the oscilloscope.
Transport: SCPI (PAVA)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ||
| param | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |