Select property chooses the input. From three to 10 inputs can be specified.
NumericSelect is available in the Selects folder of the kitControl palette.
All select objects require an enumerated input to perform the selection—the four select object types differ only by the type of input data selected and passed to the out slot.

The wire sheet shows an EnumWritable linked to a NumericSelect’s select slot (where enumerated values are 1 = Econ Disabled, 2 = Min Oa Enabled, 3 = Econ Enabled). This sets the output value to one of the input values depending on the select value.

| Property | Value | Description |
|---|---|---|
| Facets | Config Facets window (defaults to null units, a single decimal place, minimum=negative infinity, maximum=positive infinity) |
Selects units and configures how the value displays:
This configuration affects the |
| Select | number (defaults to zero(0)) | Selects one of the 10 input values to be transferred to the output. |
| Out | read-only number (defaults to zero (0)) | Provides a numeric output value for linking into a component. |
| In A through In J (10 inputs) | number (defaults to zero (0)) | Define the selected numeric input values and null definition. |