• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<uwbChipConfig>
2    <defaultChipId>chipIdString</defaultChipId>
3    <chipGroup>
4        <chip>
5            <id>chipIdString1</id>
6            <position>
7                <x>1.0</x>
8                <y>2.0</y>
9                <z>3.0</z>
10            </position>
11        </chip>
12        <chip>
13            <id>chipIdString2</id>
14            <position>
15                <x>4.0</x>
16                <y>5.0</y>
17                <z>6.0</z>
18            </position>
19        </chip>
20    </chipGroup>
21</uwbChipConfig>