pypif.obj.common.instrument module

class pypif.obj.common.instrument.Instrument(name=None, model=None, producer=None, url=None, tags=None, **kwargs)

Bases: pypif.obj.common.pio.Pio

Information about an instrument used to take a measurement.

__init__(name=None, model=None, producer=None, url=None, tags=None, **kwargs)

Constructor.

Parameters:
  • name – String with the name of the instrument.
  • model – String with the model of the instrument.
  • producer – String with the name of the producer of the instrument.
  • url – URL to the instrument website.
  • tags – List of strings or numbers that are tags for this object.
  • kwargs – Dictionary of fields that are not supported.
model
name
producer
url