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

Method setInterval

gui/src/plotaxis.cpp:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void PlotAxis::setInterval(double min, double max)
136{
137 setMin(min);
138 setMax(max);
139 // updateAxisScale();
140}
141
142void PlotAxis::setVisible(bool val) { m_plot->setAxisVisible(m_axisId, val); }
143

Callers 10

GRTimePlotAddonMethod · 0.45
setFrameRateMethod · 0.45
GRTimeChannelAddonMethod · 0.45
ImportChannelAddonMethod · 0.45
PlotAutoscalerMethod · 0.45
setTimeoutMethod · 0.45
setXIntervalMethod · 0.45
setAnimationMethod · 0.45
ToolMenuHeaderWidgetMethod · 0.45
setPeriodicUpdatesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected