DbSensorComponentParameter¶
-
class
mss_dataserver.geometry.db_inventory.
DbSensorComponentParameter
(orm=None, **kwargs)[source]¶ Bases:
mss_dataserver.geometry.inventory.SensorComponentParameter
The 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_string
str: The end time of the active parameter period.
id
int: The database id.
parent_inventory
Inventory
: The inventory containing the parameter.
poles_string
str: A string representation of the transfer function poles.
start_time_string
str: The start time of the active parameter period.
zeros_string
str: 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. |