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

Method pushSweepConfig

app/src/UI/Widgets/MultiPlot.cpp:569–579  ·  view source on GitHub ↗

* @brief Pushes the current trigger configuration into the Dashboard engine. */

Source from the content-addressed store, hash-verified

567 * @brief Pushes the current trigger configuration into the Dashboard engine.
568 */
569void Widgets::MultiPlot::pushSweepConfig()
570{
571 UI::Dashboard::instance().setMultiplotSweep(m_index,
572 m_sweepEnabled,
573 m_triggerLevel,
574 static_cast<int>(m_triggerEdge),
575 static_cast<int>(m_sweepMode),
576 m_holdoffMs * 0.001,
577 m_triggerSource,
578 m_timebaseMs * 0.001);
579}
580
581//--------------------------------------------------------------------------------------------------
582// Data updates

Callers

nothing calls this directly

Calls 1

setMultiplotSweepMethod · 0.80

Tested by

no test coverage detected