DbSensorComponentParameter¶
-
class
mss_dataserver.geometry.db_inventory.DbSensorComponentParameter(orm=None, **kwargs)[source]¶ Bases:
mss_dataserver.geometry.inventory.SensorComponentParameterThe database sensor component parameter.
- Parameters
orm (
mss_data_server.geometry.databaseFactory.GeomSensorComponentParameter) – The sqlalchemy table mapper class.- Keyword Arguments
**kwargs – The keyword arguments passed to the __init__ method of the parent class
mss_dataserver.geoemetry.inventory.SensorComponentParameter.
Properties¶
end_time_stringstr: The end time of the active parameter period.
idint: The database id.
parent_inventory
Inventory: The inventory containing the parameter.
poles_stringstr: A string representation of the transfer function poles.
start_time_stringstr: The start time of the active parameter period.
zeros_stringstr: A string representation of the transfer functin zeros.
Methods¶
|
Initialize the instance. |
|
Create a |
|
Create a |
|
Set the transfer function parameters. |
|
Add a complex pole to the transfer function. |
|
Add a complex zero to the transfer function. |
