Xentara v2.0.3
User Manual
JSON Format for Signal Generator Samplers

A JSON object describing a signal generator sampler has the following syntax:

{
"@Skill.SignalGenerator.Sampler": {
"name": "Sampler",
"UUID": "e95ba266-c8eb-41fb-800c-de31b73f9fcb",
"ACL": { ... },
"children": [
...
]
}
}

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

A JSON array containing the signals of the sampler. The format for the signal generator signal blocks is described under JSON Format for Signal Generator Signals.

The individual child elements are each represented by a double nested JSON object, as described in Element Blocks under Structure of the Model File. 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.