MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / setXInterval

Method setXInterval

gui/src/plotcomponent.cpp:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void PlotComponent::setXInterval(QPair<double, double> p) { setXInterval(p.first, p.second); }
102
103void PlotComponent::setXUnit(QString s) { m_plots[0]->xAxis()->setUnits(s); }
104

Callers

nothing calls this directly

Calls 2

setIntervalMethod · 0.45
xAxisMethod · 0.45

Tested by

no test coverage detected