Full Library / Result / Plotter / XYScope
Block Name: XYScope
- An
X-Y plotter that plots with finite persistence. This plotter contains
an instance of the Plot class from the VisualSim plot package as a
public member. Data at inputX and inputY are plotted on this instance. Both inputX and inputY are multiports that take a DoubleToken. When plotted, the first channel of inputX and the first channel of inputY are together considered the first signal, then the second channel of inputX and the second channel of inputY are considered the second signal, and so on. This requires that inputX and inputY have the same width.
-
- This
actor assumes that there is at least one token available on each
channel when it fires. The horizontal axis is given by the value of the
input from inputX and vertical axis is given by inputY.
-
- If the persistence
parameter is positive, then it specifies the number of points that are
shown. It defaults to 100, so any point older than 100 samples is
erased and forgotten.
fillOnWrapup
- This (Checkbox) determines whether to fill the plot when wrapup is invoked
legend
- The legend is a comma separated list of
labels to attach to each dataset. The number of elements in this list
should equal the number of input channels, although this is not
enforced. The type is string.
startingDataSet
- The index number of the first dataset to start the display. All datasets with number prior to this are not displayed.
ViewPlot
If this option is enabled, the plot will be displayed during the simulation. This must be disabled during batch mode.
savePlot
If this option is enabled , then the plot will be saved to the File_Name.
fileName
The block accepts a filename as a parameter. there
are a number of file path options available for this block. To see the
list, view the section on File Paths in Refernce Guide
document here/. the file name is a concatenation of any number of
individual strings and parameters, saparated by "+" .
persistence
public Parameter persistence
- The number of samples from each input channel displayed at any one time (an integer).
Created with the Personal Edition of HelpNDoc: Easy CHM and documentation editor