pypif.obj.common.method module

class pypif.obj.common.method.Method(name=None, instruments=None, software=None, tags=None, **kwargs)

Bases: pypif.obj.common.pio.Pio

Information about a method used in obtaining a property value.

__init__(name=None, instruments=None, software=None, tags=None, **kwargs)

Constructor.

Parameters:
  • name – String with the name of the method.
  • instruments – List of dictionaries or Instrument objects used in the method.
  • software – List of dictionaries or Software objects used in the method.
  • kwargs – Dictionary of fields that are not supported.
instruments
name
software