Receiver2D, Receiver3D
Syntax
model.result().dataset().create(<dtag>,"Receiver2D");
model.result().dataset().create(<dtag>,"Receiver3D");
model.result().dataset(<dtag>).set(property, <value>);
Description
model.result().dataset().create(<dtag>,"Receiver2D") and model.result().dataset().create(<dtag>,"Receiver3D") create 2D and 3D receiver data sets, respectively. Use these data sets to collect the data necessary to visualize the impulse response for a Ray Acoustics simulation (of room acoustics, for example), using an Impulse Response plot. The Impulse Response plot uses the data from a Receiver data set as input.
The following properties are available:
none | data set name
Source-receiver distance. Active when radiusinput is set to expr.
<dtag>dist
specifiedtimes | proportional | none
<dtag>first
linear | cubic
Number of rays. Active when radiusinput is set to expr.
Maximum number of extra time steps. Active when extrasteps is set to specifiedtimes.
Radius. Active when radiusinput is set to user.
expr | user
Room volume. Active when radiusinput is set to expr.