measurement_server.models package

Submodules

measurement_server.models.calibration module

class measurement_server.models.calibration.Calibration(id, time, x5, x4, x3, x2, x1, x0, qty, readonly, content_type, object_id)

Bases: Model

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

content_type

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

content_type_id
eval(value, max_digits=None, decimal_places=None)

evaluate calibration equation

get_next_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=True, **kwargs)
get_previous_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=False, **kwargs)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

measurement_server_ads1015

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

measurement_server_bme280

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

measurement_server_knownsensors

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

measurement_server_max31865

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

measurement_server_nau7802

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

measurement_server_optidew

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

measurement_server_s8000

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

measurement_server_scd30

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

measurement_server_scd41

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

measurement_server_sdp8

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

measurement_server_sfm

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

measurement_server_sht85

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

measurement_server_smgair2

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

measurement_server_sps30

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

object_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
qty

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

qty_id
readonly

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

sensor

Provide a generic many-to-one relation through the content_type and object_id fields.

This class also doubles as an accessor to the related object (similar to ForwardManyToOneDescriptor) by adding itself as a model attribute.

time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

x0

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

x1

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

x2

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

x3

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

x4

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

x5

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

measurement_server.models.init module

Holds all models used to generate the API and to communicate between Worker and GUI

class measurement_server.models.init.Init(*args, **kwargs)

Bases: MQTTModel

Holds informaiton about the initialization of sensors and ftdi devices.

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

STATE_CHOICES = [('idle', 'IDLE'), ('ok', 'OK'), ('fail', 'Failed'), ('run', 'Running')]
com_error

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

com_state

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

detected_sensors

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

error

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

ftdi_error

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

ftdi_state

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_com_state_display(*, field=<django.db.models.fields.CharField: com_state>)
get_ftdi_state_display(*, field=<django.db.models.fields.CharField: ftdi_state>)
get_state_display(*, field=<django.db.models.fields.CharField: state>)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

init

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

init_com

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

init_com_devices

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

init_ftdi

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

init_sensors

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

maintopic = 'init'
objects = <django.db.models.manager.Manager object>
scanned_ports

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

sensors_initialized

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

state

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

total_ports

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

measurement_server.models.log module

Holds all models used to generate the API and to communicate between Worker and GUI

class measurement_server.models.log.Log(*args, **kwargs)

Bases: Model

Event log which gives live information about the device state.

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

get_next_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=True, **kwargs)
get_previous_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=False, **kwargs)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

message

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
save(*args, mqtt=None, **kwargs)

Save the current instance. Override this in a subclass if you want to control the saving process.

The ‘force_insert’ and ‘force_update’ parameters can be used to insist that the “save” must be an SQL insert or update (or equivalent for non-SQL backends), respectively. Normally, they should not be set.

time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

typ

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

measurement_server.models.measurement module

Holds all models used to generate the API and to communicate between Worker and GUI

class measurement_server.models.measurement.ADS1015(id, FTDIserial, MUXaddress, MUXport, COMport, CS, SENSORtype, SENSORserial, Color, SENSORidentifier, connected, x, y, z, serial_mode, sensor)

Bases: AbstractSensor

COMport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

CS

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Color

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception DoesNotExist

Bases: ObjectDoesNotExist

FTDIserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXaddress

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

SENSORidentifier

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORtype

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

ads1015results_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

calibration

Accessor to the related objects manager on the one-to-many relation created by GenericRelation.

In the example:

class Post(Model):
    comments = GenericRelation(Comment)

post.comments is a ReverseGenericManyToOneDescriptor instance.

connected

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_serial_mode_display(*, field=<django.db.models.fields.CharField: serial_mode>)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
plots

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sensor

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

sensor_id
serial_mode

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

units

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

x

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

y

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

z

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.ADS1015results(*args, **kwargs)

Bases: MQTTResultModel

Stores measurement values of ADS1015 sensors.

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

dU01

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_next_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=True, **kwargs)
get_previous_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=False, **kwargs)
objects = <django.db.models.manager.Manager object>
results

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

results_id
save(*args, **kwargs)

Save the current instance. Override this in a subclass if you want to control the saving process.

The ‘force_insert’ and ‘force_update’ parameters can be used to insist that the “save” must be an SQL insert or update (or equivalent for non-SQL backends), respectively. Normally, they should not be set.

time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.AbstractSensor(*args, **kwargs)

Bases: MQTTSensorModel

Defines mixin for sensor database

COMport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

CS

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Color

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

FTDIserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXaddress

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class Meta

Bases: object

abstract = False
SENSORidentifier

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORtype

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SERIAL_MODES = [('SPI', 'SPI'), ('I2C', 'I2C'), ('COM', 'COM')]
calibration

Accessor to the related objects manager on the one-to-many relation created by GenericRelation.

In the example:

class Post(Model):
    comments = GenericRelation(Comment)

post.comments is a ReverseGenericManyToOneDescriptor instance.

connected

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_serial_mode_display(*, field=<django.db.models.fields.CharField: serial_mode>)
plots

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

serial_mode

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

units

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

x

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

y

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

z

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.BME280(id, FTDIserial, MUXaddress, MUXport, COMport, CS, SENSORtype, SENSORserial, Color, SENSORidentifier, connected, x, y, z, serial_mode, sensor)

Bases: AbstractSensor

COMport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

CS

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Color

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception DoesNotExist

Bases: ObjectDoesNotExist

FTDIserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXaddress

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

SENSORidentifier

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORtype

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

bme280results_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

calibration

Accessor to the related objects manager on the one-to-many relation created by GenericRelation.

In the example:

class Post(Model):
    comments = GenericRelation(Comment)

post.comments is a ReverseGenericManyToOneDescriptor instance.

connected

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_serial_mode_display(*, field=<django.db.models.fields.CharField: serial_mode>)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
plots

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sensor

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

sensor_id
serial_mode

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

units

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

x

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

y

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

z

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.BME280results(*args, **kwargs)

Bases: MQTTResultModel

Stores measurement values of BME280 sensors.

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

abs_pressure

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_next_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=True, **kwargs)
get_previous_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=False, **kwargs)
humidity

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
results

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

results_id
temperature

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.KnownSensors(*args, **kwargs)

Bases: AbstractSensor

Holds information about all sensors that were connected to the system.

COMport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

CS

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Color

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception DoesNotExist

Bases: ObjectDoesNotExist

FTDIserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXaddress

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

SENSORidentifier

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORtype

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

calibration

Accessor to the related objects manager on the one-to-many relation created by GenericRelation.

In the example:

class Post(Model):
    comments = GenericRelation(Comment)

post.comments is a ReverseGenericManyToOneDescriptor instance.

connected

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_next_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=True, **kwargs)
get_previous_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=False, **kwargs)
get_serial_mode_display(*, field=<django.db.models.fields.CharField: serial_mode>)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
plots

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

save(*args, **kwargs)

Save the current instance. Override this in a subclass if you want to control the saving process.

The ‘force_insert’ and ‘force_update’ parameters can be used to insist that the “save” must be an SQL insert or update (or equivalent for non-SQL backends), respectively. Normally, they should not be set.

serial_mode

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

units

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

x

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

y

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

z

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.MAX31865(id, FTDIserial, MUXaddress, MUXport, COMport, CS, SENSORtype, SENSORserial, Color, SENSORidentifier, connected, x, y, z, serial_mode, sensor)

Bases: AbstractSensor

COMport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

CS

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Color

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception DoesNotExist

Bases: ObjectDoesNotExist

FTDIserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXaddress

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

SENSORidentifier

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORtype

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

calibration

Accessor to the related objects manager on the one-to-many relation created by GenericRelation.

In the example:

class Post(Model):
    comments = GenericRelation(Comment)

post.comments is a ReverseGenericManyToOneDescriptor instance.

connected

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_serial_mode_display(*, field=<django.db.models.fields.CharField: serial_mode>)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

max31865results_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

objects = <django.db.models.manager.Manager object>
plots

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sensor

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

sensor_id
serial_mode

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

units

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

x

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

y

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

z

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.MAX31865results(time, temperature, results)

Bases: MQTTResultModel

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

get_next_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=True, **kwargs)
get_previous_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=False, **kwargs)
objects = <django.db.models.manager.Manager object>
results

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

results_id
temperature

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.MQTTModel(*args, **kwargs)

Bases: Model

This model is used as a base model for this project. All models which are indended to broadcast updates to a MQTT broker shall inherit from this abstract model. While preserving all attributes of its children this class extends the save method such that data written to the database will also be published to a MQTTClient instance .

class Meta

Bases: object

abstract = False
maintopic = None
save(*args, mqtt=None, units=None, **kwargs)

Save the current instance. Override this in a subclass if you want to control the saving process.

The ‘force_insert’ and ‘force_update’ parameters can be used to insist that the “save” must be an SQL insert or update (or equivalent for non-SQL backends), respectively. Normally, they should not be set.

class measurement_server.models.measurement.MQTTResultModel(*args, **kwargs)

Bases: MQTTModel

class Meta

Bases: object

abstract = False
save(*args, **kwargs)

Save the current instance. Override this in a subclass if you want to control the saving process.

The ‘force_insert’ and ‘force_update’ parameters can be used to insist that the “save” must be an SQL insert or update (or equivalent for non-SQL backends), respectively. Normally, they should not be set.

class measurement_server.models.measurement.MQTTSensorModel(*args, **kwargs)

Bases: MQTTModel

class Meta

Bases: object

abstract = False
add_calibration(**kwargs) Calibration
calibration

Accessor to the related objects manager on the one-to-many relation created by GenericRelation.

In the example:

class Post(Model):
    comments = GenericRelation(Comment)

post.comments is a ReverseGenericManyToOneDescriptor instance.

save(*args, **kwargs)

Save the current instance. Override this in a subclass if you want to control the saving process.

The ‘force_insert’ and ‘force_update’ parameters can be used to insist that the “save” must be an SQL insert or update (or equivalent for non-SQL backends), respectively. Normally, they should not be set.

class measurement_server.models.measurement.MUXAddress(id, port)

Bases: Model

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
port

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.Measurement(*args, **kwargs)

Bases: MQTTModel

Stores all relevant information about the current measurement

exception DoesNotExist

Bases: ObjectDoesNotExist

MODES = [('SR', 'Server'), ('ST', 'Stream')]
exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

SERIAL_MODES = [('SPI', 'SPI'), ('I2C', 'I2C'), ('COM', 'COM')]
SPI_MUX_MODES = [('MUX', 'Multiplexer'), ('GPIO', 'GPIO')]
active

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

alphanumeric = <django.core.validators.RegexValidator object>
avg_bucket_size

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class_date = datetime.datetime(2023, 9, 15, 8, 54, 24, 503311, tzinfo=zoneinfo.ZoneInfo(key='CET'))
connected_com_sensors

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

connected_comports

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

connected_ftdi

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

connected_ftdi_sensors

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

connected_sensors

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

created

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

daq_mode

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

disk_space

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_daq_mode_display(*, field=<django.db.models.fields.CharField: daq_mode>)
get_next_by_created(*, field=<django.db.models.fields.DateTimeField: created>, is_next=True, **kwargs)
get_next_by_start_measure(*, field=<django.db.models.fields.DateTimeField: start_measure>, is_next=True, **kwargs)
get_next_by_stop_measure(*, field=<django.db.models.fields.DateTimeField: stop_measure>, is_next=True, **kwargs)
get_previous_by_created(*, field=<django.db.models.fields.DateTimeField: created>, is_next=False, **kwargs)
get_previous_by_start_measure(*, field=<django.db.models.fields.DateTimeField: start_measure>, is_next=False, **kwargs)
get_previous_by_stop_measure(*, field=<django.db.models.fields.DateTimeField: stop_measure>, is_next=False, **kwargs)
get_serial_mode_display(*, field=<django.db.models.fields.CharField: serial_mode>)
get_spi_mux_mode_display(*, field=<django.db.models.fields.CharField: spi_mux_mode>)
git_commit

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

live_mean

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

live_view_table_height

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

maintopic = 'measurement'
max_freq

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

mms_version

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

name

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
plot_period

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

result_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

serial_mode

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

spi_mux_mode

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

start_measure

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

stop_measure

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

stopped

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

unified_timescale

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

warning_time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.MeasurementData(*args, **kwargs)

Bases: MQTTModel

Holds persisting measurmeent results

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

ads1015_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

bme280_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

created

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_next_by_created(*, field=<django.db.models.fields.DateTimeField: created>, is_next=True, **kwargs)
get_next_by_start_measure(*, field=<django.db.models.fields.DateTimeField: start_measure>, is_next=True, **kwargs)
get_next_by_stop_measure(*, field=<django.db.models.fields.DateTimeField: stop_measure>, is_next=True, **kwargs)
get_previous_by_created(*, field=<django.db.models.fields.DateTimeField: created>, is_next=False, **kwargs)
get_previous_by_start_measure(*, field=<django.db.models.fields.DateTimeField: start_measure>, is_next=False, **kwargs)
get_previous_by_stop_measure(*, field=<django.db.models.fields.DateTimeField: stop_measure>, is_next=False, **kwargs)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

maintopic = 'measurementdata'
max31865_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

name

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

nau7802_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

objects = <django.db.models.manager.Manager object>
optidew_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

s8000_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

scd30_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

scd41_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sdp8_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sfm_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sht85_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

smgair2_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sps30_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

start_measure

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

stop_measure

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

stopped

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.NAU7802(id, FTDIserial, MUXaddress, MUXport, COMport, CS, SENSORtype, SENSORserial, Color, SENSORidentifier, connected, x, y, z, serial_mode, sensor)

Bases: AbstractSensor

COMport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

CS

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Color

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception DoesNotExist

Bases: ObjectDoesNotExist

FTDIserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXaddress

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

SENSORidentifier

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORtype

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

calibration

Accessor to the related objects manager on the one-to-many relation created by GenericRelation.

In the example:

class Post(Model):
    comments = GenericRelation(Comment)

post.comments is a ReverseGenericManyToOneDescriptor instance.

connected

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_serial_mode_display(*, field=<django.db.models.fields.CharField: serial_mode>)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

nau7802results_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

objects = <django.db.models.manager.Manager object>
plots

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sensor

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

sensor_id
serial_mode

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

units

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

x

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

y

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

z

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.NAU7802results(*args, **kwargs)

Bases: MQTTResultModel

Stores measurement values of NAU7802 sensors.

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

adc

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_next_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=True, **kwargs)
get_previous_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=False, **kwargs)
objects = <django.db.models.manager.Manager object>
results

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

results_id
save(*args, **kwargs)

Save the current instance. Override this in a subclass if you want to control the saving process.

The ‘force_insert’ and ‘force_update’ parameters can be used to insist that the “save” must be an SQL insert or update (or equivalent for non-SQL backends), respectively. Normally, they should not be set.

time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.Optidew(id, FTDIserial, MUXaddress, MUXport, COMport, CS, SENSORtype, SENSORserial, Color, SENSORidentifier, connected, x, y, z, serial_mode, sensor)

Bases: AbstractSensor

COMport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

CS

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Color

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception DoesNotExist

Bases: ObjectDoesNotExist

FTDIserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXaddress

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

SENSORidentifier

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORtype

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

calibration

Accessor to the related objects manager on the one-to-many relation created by GenericRelation.

In the example:

class Post(Model):
    comments = GenericRelation(Comment)

post.comments is a ReverseGenericManyToOneDescriptor instance.

connected

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_serial_mode_display(*, field=<django.db.models.fields.CharField: serial_mode>)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
optidewresults_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

plots

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sensor

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

sensor_id
serial_mode

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

units

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

x

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

y

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

z

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.Optidewresults(*args, **kwargs)

Bases: MQTTResultModel

Stores measurement values of Optidew dew point mirrors.

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

dewpoint

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_next_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=True, **kwargs)
get_previous_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=False, **kwargs)
humidity

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
results

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

results_id
state

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

temperature

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.PlotSettings(id, qty, show)

Bases: Model

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

ads1015_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

bme280_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

knownsensors_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

max31865_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

nau7802_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

objects = <django.db.models.manager.Manager object>
optidew_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

qty

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

s8000_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

scd30_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

scd41_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sdp8_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sfm_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

show

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

sht85_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

smgair2_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sps30_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

class measurement_server.models.measurement.S8000(id, FTDIserial, MUXaddress, MUXport, COMport, CS, SENSORtype, SENSORserial, Color, SENSORidentifier, connected, x, y, z, serial_mode, sensor)

Bases: AbstractSensor

COMport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

CS

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Color

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception DoesNotExist

Bases: ObjectDoesNotExist

FTDIserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXaddress

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

SENSORidentifier

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORtype

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

calibration

Accessor to the related objects manager on the one-to-many relation created by GenericRelation.

In the example:

class Post(Model):
    comments = GenericRelation(Comment)

post.comments is a ReverseGenericManyToOneDescriptor instance.

connected

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_serial_mode_display(*, field=<django.db.models.fields.CharField: serial_mode>)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
plots

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

s8000results_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sensor

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

sensor_id
serial_mode

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

units

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

x

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

y

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

z

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.S8000results(*args, **kwargs)

Bases: MQTTResultModel

Stores measurement values of S8000 dew point mirrors.

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

dewpoint

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_next_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=True, **kwargs)
get_previous_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=False, **kwargs)
objects = <django.db.models.manager.Manager object>
results

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

results_id
temperature

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.SCD30(id, FTDIserial, MUXaddress, MUXport, COMport, CS, SENSORtype, SENSORserial, Color, SENSORidentifier, connected, x, y, z, serial_mode, sensor)

Bases: AbstractSensor

COMport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

CS

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Color

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception DoesNotExist

Bases: ObjectDoesNotExist

FTDIserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXaddress

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

SENSORidentifier

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORtype

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

calibration

Accessor to the related objects manager on the one-to-many relation created by GenericRelation.

In the example:

class Post(Model):
    comments = GenericRelation(Comment)

post.comments is a ReverseGenericManyToOneDescriptor instance.

connected

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_serial_mode_display(*, field=<django.db.models.fields.CharField: serial_mode>)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
plots

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

scd30results_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sensor

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

sensor_id
serial_mode

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

units

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

x

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

y

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

z

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.SCD30results(*args, **kwargs)

Bases: MQTTResultModel

Stores measurement values of SCD30 sensors.

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

co2

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_next_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=True, **kwargs)
get_previous_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=False, **kwargs)
humidity

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
results

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

results_id
save(*args, **kwargs)

Save the current instance. Override this in a subclass if you want to control the saving process.

The ‘force_insert’ and ‘force_update’ parameters can be used to insist that the “save” must be an SQL insert or update (or equivalent for non-SQL backends), respectively. Normally, they should not be set.

temperature

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.SCD41(id, FTDIserial, MUXaddress, MUXport, COMport, CS, SENSORtype, SENSORserial, Color, SENSORidentifier, connected, x, y, z, serial_mode, sensor)

Bases: AbstractSensor

COMport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

CS

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Color

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception DoesNotExist

Bases: ObjectDoesNotExist

FTDIserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXaddress

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

SENSORidentifier

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORtype

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

calibration

Accessor to the related objects manager on the one-to-many relation created by GenericRelation.

In the example:

class Post(Model):
    comments = GenericRelation(Comment)

post.comments is a ReverseGenericManyToOneDescriptor instance.

connected

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_serial_mode_display(*, field=<django.db.models.fields.CharField: serial_mode>)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
plots

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

scd41results_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sensor

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

sensor_id
serial_mode

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

units

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

x

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

y

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

z

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.SCD41results(*args, **kwargs)

Bases: MQTTResultModel

Stores measurement values of SCD30 sensors.

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

co2

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_next_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=True, **kwargs)
get_previous_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=False, **kwargs)
humidity

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
results

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

results_id
save(*args, **kwargs)

Save the current instance. Override this in a subclass if you want to control the saving process.

The ‘force_insert’ and ‘force_update’ parameters can be used to insist that the “save” must be an SQL insert or update (or equivalent for non-SQL backends), respectively. Normally, they should not be set.

temperature

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.SDP8(id, FTDIserial, MUXaddress, MUXport, COMport, CS, SENSORtype, SENSORserial, Color, SENSORidentifier, connected, x, y, z, serial_mode, sensor)

Bases: AbstractSensor

COMport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

CS

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Color

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception DoesNotExist

Bases: ObjectDoesNotExist

FTDIserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXaddress

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

SENSORidentifier

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORtype

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

calibration

Accessor to the related objects manager on the one-to-many relation created by GenericRelation.

In the example:

class Post(Model):
    comments = GenericRelation(Comment)

post.comments is a ReverseGenericManyToOneDescriptor instance.

connected

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_serial_mode_display(*, field=<django.db.models.fields.CharField: serial_mode>)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
plots

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sdp8results_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sensor

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

sensor_id
serial_mode

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

units

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

x

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

y

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

z

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.SDP8results(*args, **kwargs)

Bases: MQTTResultModel

Stores measurement values of SDP8 sensors.

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

diff_pressure

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_next_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=True, **kwargs)
get_previous_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=False, **kwargs)
objects = <django.db.models.manager.Manager object>
results

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

results_id
temperature

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.SFM(id, FTDIserial, MUXaddress, MUXport, COMport, CS, SENSORtype, SENSORserial, Color, SENSORidentifier, connected, x, y, z, serial_mode, sensor)

Bases: AbstractSensor

COMport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

CS

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Color

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception DoesNotExist

Bases: ObjectDoesNotExist

FTDIserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXaddress

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

SENSORidentifier

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORtype

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

calibration

Accessor to the related objects manager on the one-to-many relation created by GenericRelation.

In the example:

class Post(Model):
    comments = GenericRelation(Comment)

post.comments is a ReverseGenericManyToOneDescriptor instance.

connected

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_serial_mode_display(*, field=<django.db.models.fields.CharField: serial_mode>)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
plots

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sensor

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

sensor_id
serial_mode

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

sfmresults_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

units

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

x

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

y

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

z

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.SFMresults(*args, **kwargs)

Bases: MQTTResultModel

Stores measurement values of SFM sensors.

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

get_next_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=True, **kwargs)
get_previous_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=False, **kwargs)
objects = <django.db.models.manager.Manager object>
results

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

results_id
time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

volumeflow

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.SHT85(id, FTDIserial, MUXaddress, MUXport, COMport, CS, SENSORtype, SENSORserial, Color, SENSORidentifier, connected, x, y, z, serial_mode, sensor)

Bases: AbstractSensor

COMport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

CS

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Color

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception DoesNotExist

Bases: ObjectDoesNotExist

FTDIserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXaddress

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

SENSORidentifier

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORtype

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

calibration

Accessor to the related objects manager on the one-to-many relation created by GenericRelation.

In the example:

class Post(Model):
    comments = GenericRelation(Comment)

post.comments is a ReverseGenericManyToOneDescriptor instance.

connected

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_serial_mode_display(*, field=<django.db.models.fields.CharField: serial_mode>)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
plots

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sensor

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

sensor_id
serial_mode

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

sht85results_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

units

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

x

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

y

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

z

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.SHT85results(*args, **kwargs)

Bases: MQTTResultModel

Stores measurement values of SHT85 sensors.

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

get_next_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=True, **kwargs)
get_previous_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=False, **kwargs)
humidity

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
results

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

results_id
temperature

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.SMGair2(id, FTDIserial, MUXaddress, MUXport, COMport, CS, SENSORtype, SENSORserial, Color, SENSORidentifier, connected, x, y, z, serial_mode, sensor)

Bases: AbstractSensor

COMport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

CS

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Color

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception DoesNotExist

Bases: ObjectDoesNotExist

FTDIserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXaddress

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

SENSORidentifier

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORtype

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

calibration

Accessor to the related objects manager on the one-to-many relation created by GenericRelation.

In the example:

class Post(Model):
    comments = GenericRelation(Comment)

post.comments is a ReverseGenericManyToOneDescriptor instance.

connected

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_serial_mode_display(*, field=<django.db.models.fields.CharField: serial_mode>)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
plots

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sensor

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

sensor_id
serial_mode

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

smgair2results_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

units

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

x

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

y

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

z

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.SMGair2results(*args, **kwargs)

Bases: MQTTResultModel

Stores measurement values of BME280 sensors.

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

abs_pressure

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

density

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_next_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=True, **kwargs)
get_previous_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=False, **kwargs)
objects = <django.db.models.manager.Manager object>
results

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

results_id
temperature

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

volumeflow

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.SPS30(id, FTDIserial, MUXaddress, MUXport, COMport, CS, SENSORtype, SENSORserial, Color, SENSORidentifier, connected, x, y, z, serial_mode, sensor)

Bases: AbstractSensor

COMport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

CS

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Color

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception DoesNotExist

Bases: ObjectDoesNotExist

FTDIserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXaddress

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

MUXport

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

SENSORidentifier

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORserial

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

SENSORtype

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

calibration

Accessor to the related objects manager on the one-to-many relation created by GenericRelation.

In the example:

class Post(Model):
    comments = GenericRelation(Comment)

post.comments is a ReverseGenericManyToOneDescriptor instance.

connected

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_serial_mode_display(*, field=<django.db.models.fields.CharField: serial_mode>)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
plots

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sensor

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

sensor_id
serial_mode

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

sps30results_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

units

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

x

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

y

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

z

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class measurement_server.models.measurement.SPS30results(*args, **kwargs)

Bases: MQTTResultModel

Stores measurement values of SPS30 sensors.

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

get_next_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=True, **kwargs)
get_previous_by_time(*, field=<django.db.models.fields.DateTimeField: time>, is_next=False, **kwargs)
m_03_to_10_0_mu

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

m_03_to_1_0_mu

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

m_03_to_2_5_mu

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

m_03_to_4_0_mu

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

n_03_to_0_5_mu

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

n_03_to_10_0_mu

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

n_03_to_1_0_mu

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

n_03_to_2_5_mu

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

n_03_to_4_0_mu

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
results

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

results_id
time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

tps

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

measurement_server.models.units module

class measurement_server.models.units.Units(id, qty, sign, name)

Bases: Model

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

ads1015_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

bme280_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

calibration_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

knownsensors_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

max31865_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

name

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

nau7802_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

objects = <django.db.models.manager.Manager object>
optidew_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

qty

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

s8000_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

scd30_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

scd41_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sdp8_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sfm_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sht85_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sign

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

smgair2_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

sps30_set

Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.

In the example:

class Pizza(Model):
    toppings = ManyToManyField(Topping, related_name='pizzas')

Pizza.toppings and Topping.pizzas are ManyToManyDescriptor instances.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.