DeviceElement

DeviceElement specifies calibration data for particular devices. The setting enables you to include calibration data for a particular digitizer. Run tabcal.exe -export and produce a device ID and a hexadecimal string containing calibration data. Insert the device ID and hexadecimal string under LinearityData as a new subkey. Use the device ID as a name and the calibration data as the value.

Child Elements

Setting Description
Key Specifies a unique key for the DeviceElement.
Value Specifies the value of the DeviceElement.

Parent Hierarchy

Microsoft-Windows-TabletPC-Platform-Input-Core | LinearityData | DeviceElement

Valid Configuration Passes

offlineServicing

Applies To

For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-TabletPC-Platform-Input-Core.

XML Example

The following XML output shows how to configure DeviceElement.

<LinearityData>
<DeviceElement wcm:action="add" wcm:keyValue="MyKey">11</DeviceElement>
</LinearityData>

Microsoft-Windows-TabletPC-Platform-Input-Core