radloggerpy.database.models.serial_device module

class radloggerpy.database.models.serial_device.SerialDevice(**kwargs)[source]

Bases: Base

_sa_class_manager = {'base_device': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'base_id': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'baudrate': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'bytesize': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'id': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'parity': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'port': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'stopbits': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'timeout': <sqlalchemy.orm.attributes.InstrumentedAttribute object>}
base_device
base_id
baudrate
bytesize
id
parity
port
stopbits
timeout