Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.5k
Array1DTracer
Jason Park edited this pageJul 13, 2018 ·1 revision
Visualize a one-dimensional array into a table.Usage
| Name | Description | |
|---|---|---|
| Array1DTracer | Create an Array1DTracer object. | Usage |
newArray1DTracer(Stringtitle ="Array1DTracer") | ||
| set | Setarray1d to visualize. | Usage |
Array1DTracerset(Object[]array1d = []) | ||
| reset | Reset data. | Usage |
Array1DTracerreset() | ||
| delay | Pause to show changes in all tracers. | Usage |
Array1DTracerdelay() | ||
| patch | Notify that the value at (x) has been changed tov. | Usage |
Array1DTracerpatch(intx,Objectv) | ||
| depatch | Stop notifying that the value at (x) has been changed. | Usage |
Array1DTracerdepatch(intx) | ||
| select | Select (x). | Usage |
Array1DTracerselect(intx) | ||
| select | Select from (sx) to (ex). | Usage |
Array1DTracerselect(intsx,intex) | ||
| deselect | Stop selecting (x). | Usage |
Array1DTracerdeselect(intx) | ||
| deselect | Stop selecting from (sx) to (ex). | Usage |
Array1DTracerdeselect(intsx,intex) | ||
| chart | Synchronize data withchartTracer. | Usage |
Array1DTracerchart(ChartTracerchartTracer) | ||