Skip to main content

v5

The Sensor REST API v5 is released in the 2024 R1 product version.

Here are the changes introduced in the Sensors API v5 compared to v4.

  • A new method has been added to request the update of a sensor definition by deleting an external file: DELETE /avx-sensorlabs/v5/sensors/externalfiles/{id}.

  • The following additions or changes are related to the new Radar Beamforming capability of AVxcelerate Sensors 2024 R1.

    • The new ModeBeamForming:modeId property parameter is now required in the URL request of the GET /avx-sensorlabs/v5/sensors/{id}/externalfiles/{property} method to download an external file from a radar mode configured with the beam forming capability. For more details, refer to the examples provided for this method in the API Reference Documentation.
    • The Pre.Sensors.v5.Data.Sensor.Radar.Modes.MultiplexingType enum has been added to the API and to the Pre.Sensors.v5.Data.Sensor.Radar.Modes.Mode schema.
    • The transmitterWeightingSequenceFile string has been added to the Pre.Sensors.v5.Data.Sensor.Radar.Modes.Mode schema.
    • TransmitterWeightingSequence can now be defined in the body request of the PUT /avx-sensorlabs/v5/sensors/{id}/externalfiles method to update a radar mode definition by uploading a transmitter weighting sequence file.
  • The following additions or changes are related to the Radar Arbitrary Waveforms new feature in AVxcelerate Sensors 2024 R1.

    • The Pre.Sensors.v5.Data.Sensor.Radar.Waveforms.ArbitraryPulseDopplerWaveform and Pre.Sensors.v5.Data.Sensor.Radar.Waveforms.ArbitraryFrequencyModulatedContinuousWaveform classes have been added to the API and to the Pre.Sensors.v5.Data.Sensor.Radar.Waveforms.Waveform schema.
    • The ChirpSequence string can now be defined in the body request of the PUT /avx-sensorlabs/v5/sensors/{id}/externalfiles method to update a radar sensor mode configured with the Arbitrary Frequency Modulated Continuous Waveform.
    • The PulseSequence string can now be defined in the body request of the PUT /avx-sensorlabs/v5/sensors/{id}/externalfiles method to update a radar sensor mode configured with the Arbitrary Pulse Doppler Waveform.