swagger_client.models.instrument module

mzTab-M reference implementation and validation API.

This is the mzTab-M reference implementation and validation API service. # noqa: E501

OpenAPI spec version: 2.0.0 Contact: nils.hoffmann@isas.de Generated by: https://github.com/swagger-api/swagger-codegen.git

class swagger_client.models.instrument.Instrument(name=None, source=None, analyzer=None, detector=None, **kwargs)

Bases: swagger_client.models.indexed_element.IndexedElement

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

Instrument - a model defined in Swagger

property analyzer

Gets the analyzer of this Instrument. # noqa: E501

The instrument’s mass analyzer, as defined by the parameter. # noqa: E501

Returns

The analyzer of this Instrument. # noqa: E501

Return type

list[Parameter]

attribute_map = {'analyzer': 'analyzer', 'detector': 'detector', 'name': 'name', 'source': 'source'}
property detector

Gets the detector of this Instrument. # noqa: E501

The instrument’s detector, as defined by the parameter. # noqa: E501

Returns

The detector of this Instrument. # noqa: E501

Return type

Parameter

property name

Gets the name of this Instrument. # noqa: E501

Returns

The name of this Instrument. # noqa: E501

Return type

Parameter

property source

Gets the source of this Instrument. # noqa: E501

The instrument’s source, as defined by the parameter. # noqa: E501

Returns

The source of this Instrument. # noqa: E501

Return type

Parameter

swagger_types = {'analyzer': 'list[Parameter]', 'detector': 'Parameter', 'name': 'Parameter', 'source': 'Parameter'}
to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model