The Probekit object is the top-level container for one or more Probe objects.
You can create or collect several probes in a Probekit object, and save it as a .probe file. Each .probe file contains one Probekit object.
<?xml version="1.0" encoding="ASCII"?>
<probekit>
<probe>
<fragment . . . >
. . .
</fragment>
<fragment . . . >
. . .
</fragment>
</probe>
<probe>
<fragment . . . >
. . .
</fragment>
</probe>
</probekit>
Contains
The Probe object
Related concepts
Probekit overview
Related information
A basic sample probe