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.PioInformation 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
Instrumentobjects used in the method. - software – List of dictionaries or
Softwareobjects used in the method. - kwargs – Dictionary of fields that are not supported.
-
instruments¶
-
name¶
-
software¶
-