DbSensorComponent¶
-
class
mss_dataserver.geometry.db_inventory.
DbSensorComponent
(orm=None, **kwargs)[source]¶ Bases:
mss_dataserver.geometry.inventory.SensorComponent
The 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.
id
int: The database id.
model
str: The parent sensor model.
parent_inventory
Inventory
: The inventory holding the sensor component.
producer
str: The parent sensor producer.
serial
str: 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. |