PARAMETER_RANGE_CONTINUOUS

Parameters and functions

*PARAMETER_RANGE_CONTINUOUS
rid
$r_{min}$, $r_{max}$, $\Delta r$

Parameter definition

Variable
Description
rid
Range ID
$r_{min}$
Minimum allowed parameter value
$r_{max}$
Maximum allowed parameter value
$\Delta r$
Parameter increment
default: $\Delta r = (r_{max}-r_{min})/100$

Description

This command specifies a continuous range of allowed values for a parameter defined under PARAMETER. It is exclusively used by the GUI to simplify the visualization and adjustment of specific parameters.

Example

Parameter range

Specify the allowed range of %alpha. %alpha can be adjusted in the GUI, but only within the given range (between 10 and 45 degrees).

*PARAMETER %alpha = 15.0, "impact angle", 1234 *PARAMETER_RANGE_CONTINUOUS 1234 10.0, 45.0