Table Of Contents

Previous topic

Elemental ID

Next topic

Probe

Instrument

Conditions describing the type of instrument used to collect the data.

Classes

class pyhmsa.spec.condition.instrument.Instrument(manufacturer, model, serial_number=None)

Describes the type of instrument used to collect a HMSA dataset.

Parameters:
  • manufacturer – manufacturer (required)
  • model – model (required)
  • serial_number – serial number (optional)
CLASS = None
TEMPLATE = 'Instrument'
get_manufacturer(instance)
get_model(instance)
get_serial_number(instance)
manufacturer

manufacturer

model

model

serial_number

serial number

set_manufacturer(instance, value)
set_model(instance, value)
set_serial_number(instance, value)