The Xentara Hilscher cifX Driver v1.0
User Manual
JSON Format for Groups

A JSON object describing a group has the following syntax:

{
"@Skill.CIFX.Group": {
"name": "Voltage Measurements",
"UUID": "693eb98e-ec6a-4ec7-87d2-e66b1834a465",
"children": [
...
]
}
}

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

A JSON array containing the data points of the group.

The individual child elements are each represented by a double nested JSON object, as described in Element Blocks under Structure of the Model File in the Xentara user manual. The outer object has a single member whose name is the type of element, and whose value is another JSON object that contains the actual properties of the element.