MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / setTimebase

Method setTimebase

app/src/DSP.h:607–607  ·  view source on GitHub ↗

* @brief Sets the per-sweep timebase in seconds; 0 or >= window means full window. */

Source from the content-addressed store, hash-verified

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.

Callers 4

setPlotSweepMethod · 0.80
setMultiplotSweepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected