DbSensorComponent¶
-
class
mss_dataserver.geometry.db_inventory.DbSensorComponent(orm=None, **kwargs)[source]¶ Bases:
mss_dataserver.geometry.inventory.SensorComponentThe database sensor component.
- Parameters
orm (
mss_data_server.geometry.databaseFactory.GeomSensorComponent) – The sqlalchemy table mapper class.- Keyword Arguments
**kwargs – The keyword arguments passed to the __init__ method of the parent class
mss_dataserver.geoemetry.inventory.SensorComponent.
Properties¶
assigned_streams:obj:list of
RecorderStream: The recorder streams to which the component is assigned to.
idint: The database id.
modelstr: The parent sensor model.
parent_inventory
Inventory: The inventory holding the sensor component.
producerstr: The parent sensor producer.
serialstr: The parent sensor serial.
Methods¶
|
Initialize the instance. |
|
Add a parameter to the sensor |
|
Change a parameter end time. |
|
Change a parameter start time. |
|
Create a |
|
Create a |
|
Get sensor component parameters. |
|
Merge two components. |
|
Remove a parameter from the component. |
