User manual
20
printPlotArrays
patterns
markers
plotSignalOperator
signalOperator
plotSignalOperatorHarmonic
signalOperator
window
plotText
lineStyle
horizontalAlignment
Session setting for erasing plots when loading new file after simulation
A new flag
Advanced.DefaultAutoErase can be used to set, for the session, if plots
should be erased or not when loading a new file after simulation. The default value is
true,
meaning that the plots are erased when loading a new file after simulation.
The value of the flag only influences plot windows created by GUI commands. Plot
windows created by the built-in function
createPlot follow the input argument
autoerase of the function.
The setting
Erase plot when loading new file after simulation in the plot window now
only influences the current plot window. This setting is available in the
Options tab of the
plot setup, reached by the command
Plot > Setup… (or by right-clicking in the plot, then
selecting
Setup…).
Alphabetical order output and wildcards support in some built-in
functions
The output from the built-in functions
list() and variables() are now in alphabetical
order, and grouped.
The wildcards* and ? are supported when using them, for example:
• list(variables={"A*"}) – lists all items starting with A.
• list(variables={"Advanced.*"}) – lists all items starting with Advanced. – that
is, list all Advanced flags settings.
• list(variables={"*Output*"}) – lists all items containing Output in the text.