Configuration
The Configuration component of a job file contains settings that control how a sensor behaves.
You can access the
You can access
See the following sections for the elements contained in
All sensors share a common job file structure and settings for all features are included in job files, regardless of the model.
If a setting in a job file is not used by a sensor, the setting's used property is set to 0. |
Element | Type | Description |
---|---|---|
@version | 32u | Configuration version. |
@versionMinor | 32u | Configuration minor version. |
Setup |
Section |
For a description of the Setup elements, see Setup. |
Replay | Section |
Contains settings related to recording filtering (see Replay). |
Streams | Section |
Read-only collection of available data streams (see Streams/Stream (Read-only)). |
ToolOptions |
Section |
List of available tool types and their information. See ToolOptions for details. |
Tools |
Collection |
Collection of sections. Each section is an instance of a tool and is named by the type of the tool it describes. For more information, see the sections for each tool under Tools. |
Tools.options |
String (CSV) |
Deprecated. Replaced by ToolOptions. |
Outputs |
Section |
For a description of the Output elements, see Output. |