-AddPlot <Window Name> <Acq Ent Name> | ||||
Adds a new plot to the specified window. The type of the window determines what type of plot may be added to the window. Once a plot is added, the acquisition entity whose data is displayed in the plot cannot be changed. All plots are displayed in the order that they are added to the window. The display order of the plots can be changed through the Properties Dialog. All data in the window will clear when a new plot is added to the window. Each acquisition entity can be added to a window only once.
Example : -AddPlot "SpikeWindow" SE1 Default: All plot windows are created with no plots. Usage: This command can be used at any time. |
||||
Arguments | ||||
|
-CreatePlotWindow <Window Type> <Window Name> | ||||
Creates a new plot window in __prod_name. Once created, the window type cannot be changed.
Example : -CreatePlotWindow Time "My Time Window" Default: __prod_name starts with no plot windows. Usage: This command can be used at any time. |
||||
Arguments | ||||
|
-SetPlotWindowFrozen <Window Name> <Frozen> | ||||
This command works like a pause button on a DVD player. It will lock in whatever is currently displayed in the window. If an action is taken that will clear the window, the last data displayed will be cleared. No data will be added to the window while it is frozen, but otherwise is processed normally. It if a window is frozen before it is displayed, the window may contain garbage or a copy of whatever is displayed beneath the window. Unfreezing and refreezing the window will allow it to clear normally.
Example : -SetPlotWindowFrozen "My Spike Window" True Default: All windows are created with frozen set to false. Usage: This command can be used at any time. |
||||
Arguments | ||||
|
-SetPlotWindowOverlay <Window Name> <Value> | ||||
Sets a plot window's overlay mode. Overlaid windows will not clear out old data before displaying new data. This setting effects all plots in this window.
Example : -SetPlotWindowOverlay "MyWindow" true Default: Plot windows are created with overlay set to false. Usage: This command can be used at any time. |
||||
Arguments | ||||
|
-SetPlotWindowPlotType <Window Name> <Plot Type> | ||||||||||
Sets the plot type that will be used for this window. All plots in the window will be set to the same type. All data in the window will clear when the plot type is changed.
Example : -SetPlotWindowPlotType "SpikeWindow" Waveform
|
||||||||||
Arguments | ||||||||||
|
-SetPlotWindowPosition <Window Name> <X Position> <Y Position> <Window Width> <Window Height> | ||||||||||
Set the position and size of the specified plot window. All data in the window will clear when the window size or position is changed.
Example : -SetPlotWindowPosition WindowName 200 300 800 600 Default: The position of new plot windows is determined by Windows. Usage: This command can be used at any time. |
||||||||||
Arguments | ||||||||||
|