Skip to content

Acquisition Unit Related Arrays and Objects

acquisitionUnits array

The acquisitionUnits array lists the acquisitions units used for the capture of the datasets and their parameters.

Property Type Unit Description
id required integer - The unique acquisition unit id in the JSON structure referenced in the elements of a probe array
platform required string - The name of the acquisition unit platform
model required string - The model of the acquisition unit
serialNumber string - The serial number of the acquisition unit
name string - The name of the acquisition unit
acquisitionRate required number Hz The acquisition rate of the acquisition unit

Related objects: probe, elements

Example:

"acquisitionUnits": [
    {
      "id": 0,
      "platform": "OmniScan X4",
      "model": "OmniScan X4 64x128PR",
      "serialNumber": "12345XYZ",
      "name": "MXU",
      "acquisitionRate": 120.0
    }
]