Devices

class fdsreader.devc.Device(device_id: str, quantity: Quantity, position: Tuple[float, float, float], orientation: Tuple[float, float, float])[source]

Represents a single Device.

Variables:
  • id – The id the device was given.

  • quantity – The Quantity the device measured.

  • position – Position of the device in the simulation space.

  • orientation – The direction the device was facing.

  • data – All data the device measured.

clear_cache()[source]

Remove all data from the internal cache that has been loaded so far to free memory.

property data
property quantity_name

Alias for Device.quantity.name.

property unit

Alias for Device.quantity.unit.

property xyz

Alias for Device.position.