* @brief Sets the per-sweep timebase in seconds; 0 or >= window means full window. */
| 605 | * @brief Sets the per-sweep timebase in seconds; 0 or >= window means full window. |
| 606 | */ |
| 607 | void setTimebase(double seconds) { timebaseSec = seconds > 0 ? seconds : 0.0; } |
| 608 | |
| 609 | /** |
| 610 | * @brief Re-arms a single-shot capture without touching retained data. |
no outgoing calls
no test coverage detected