Scope
Basic Operation of Scopes
See Basic Operation of Writers since the operation of Writer and that of Scope is very similar.
Full API
Causal.Scope — Typemutable struct Scope{A, PA, PK, PLT, var"253", var"254", var"255", Symbol, var"256", var"263", Int, var"264", var"265", var"266", var"267"} <: AbstractSinkConstructs a Scope with input bus input. buflen is the length of the internal buffer of Scope. plugin is the additional data processing tool. args,kwargs are passed into plots(args...; kwargs...)). See (https://github.com/JuliaPlots/Plots.jl) for more information.
!!! warning When initialized, the plot of Scope is closed. See open(sink::Scope) and close(sink::Scope).
Fields
action::AnyAction of the component to update data
pltargs::AnyPlottings arguments
pltkwargs::AnyPlottings keyword arguments
plt::AnyPlot object of the component
trigger::Anyhandshake::Anycallbacks::Anyname::Anyid::Anyinput::Anybuflen::Anyplugin::Anytimebuf::Anydatabuf::Anysinkcallback::Any
Causal.update! — Methodupdate!(s, x, yi)
Updates the series of the plot windows of s with x and yi.
Base.close — Methodclose(sink)
Closes the plot window of the plot of sink.
Base.open — Methodopen(sink)
Opens the plot window for the plots of sink.