The Xentara Pickering PXI Driver v1.2
User Manual
JSON Format for Sub-Unit Handlers

A JSON object describing a sub-unit handler has the following syntax:

{
"@Skill.PILPXI.Handler": {
"name": "Handler",
"UUID": "35c6be1f-6c3c-47cf-955c-7a1fe30d4691",
"ACL": { ... }
}
}

Object Members
nameA string value containing the name of the handler. The name is used to construct the handler’s primary key.
UUIDA string value containing the unique UUID of the handler.
ACLAn optional JSON object containing the element ACL of the handler. The format of the object is described under JSON Format for ACLs in the Xentara user manual.