Instrument Group Python Module¶
InstrumentGroup links Groups and Instruments and objects.
-
class
pacifica.metadata.orm.instrument_group.InstrumentGroup(*args, **kwargs)[source]¶ InstrumentGroup attributes are foreign keys.
- Attributes:
Name Description instrument Link to the Instrument model group Link to the Group model
-
DoesNotExist¶ alias of
InstrumentGroupDoesNotExist
-
_meta= <peewee.Metadata object>¶
-
_schema= <peewee.SchemaManager object>¶
-
created= <ExtendDateTimeField: InstrumentGroup.created>¶
-
deleted= <ExtendDateTimeField: InstrumentGroup.deleted>¶
-
group= <ForeignKeyField: InstrumentGroup.group>¶
-
group_id= <ForeignKeyField: InstrumentGroup.group>¶
-
instrument= <ForeignKeyField: InstrumentGroup.instrument>¶
-
instrument_id= <ForeignKeyField: InstrumentGroup.instrument>¶
-
updated= <ExtendDateTimeField: InstrumentGroup.updated>¶