ImpulseResponse
Create an impulse response plot for 1D plot groups. This plot type requires the Acoustics Module.
Syntax
model.result(<pgtag>).create(<ftag>,"ImpulseResponse");
model.result(<pgtag>).feature(<ftag>).set(property, <value>);
model.result(<pgtag>).feature(<ftag>).run();
Description
model.result(<pgtag>).create(<ftag>,"ImpulseResponse") creates an impulse response plot feature named <ftag> belonging to the plot group <pgtag>.
Impulse response plots are primarily used for postprocessing of acoustics simulations. Impulse response plots can be added to 1D plot groups.
The following properties are available:
on | off
on | off
on | off
Whether to use the automatically computed legends or the legends defined in the legends property. The automatic legends display the description and expression for each line.
on | off
none | parent | dataset name
on | off
on | off
on | off
octave | octave3 | octave6
on | off
automatic | manual
Manual legends active when legendmethod is set to manual.
custom | cycle | black | blue | cyan | gray | green | magenta | red | white | yellow
none | cycle | asterisk | circle | diamond | plus | point | square | star | triangle
none | cycle | solid | dotted | dashed | dashdot
interp | datapoints
The solutions to plot. Available when data is not parent and the underlying data has multiple solutions.
An alternative way to specify the solutions to use, allowing you to enter, for example, range(1,1,20). Applicable when innerinput is manualindices.
solnum | solutioninfo
The title to use when titletype is manual.
auto | custom | label | manual | none
auto, if the title should be computed automatically. custom, if the title should be computed automatically, but customized. label, if the title should be the plot group’s label. manual, if the manual title should be used (the title property). none, if no title should be displayed.
none | spectrum
on | off
The unit to use for the expression in expr. If the old unit is not valid when the expression changes, the unit property is reset to default.
on | off
Attributes
Color, EnergyDecay
See Also
LineGraph