SketchedSource

Parent Previous Next

Full Library / Source / Interactive / SketchedSource
Block Name: SketchedSource

This actor is also a plotter, and will plot the input signals on the same plot as the sketched signal. It can be used in a feedback loop where the output affects the input. The first batch of outputs is produced in the initialize() method, so it can be put in a feedback loop in a dataflow model.

Field Detail



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.

xUnit

public Parameter xUnit




xInit

public Parameter xInit



length

public Parameter length


output

public TypedIOPort output


periodic

public Parameter periodic


runOnModification

public Parameter runOnModification


yBottom

public Parameter yBottom


yTop

public Parameter yTop


_count

private int _count


_data

private double[][] _data


_dataModified

private boolean _dataModified


_initialTraceIsSet

private boolean _initialTraceIsSet


_zero

private static DoubleToken _zero




Created with the Personal Edition of HelpNDoc: Create help files for the Qt Help Framework