Class: ManufacturerSpec#
This is the base from which many microscope components are extended.
E.g Objective, Filter etc. Provides attributes for recording common properties of these components such as Manufacturer name, Model etc, all of which are optional.
Attributes#
manufacturer : None | str The manufacturer of the component. [plain text string] model : None | str The Model of the component. [plain text string] serial_number : None | str The serial number of the component. [plain text string] lot_number : None | str The lot number of the component. [plain text string]
Children#
Referenced by Class#
Attributes#
Own#
➞manufacturer 0..1
Range: String
➞model 0..1
Range: String
➞serial_number 0..1
Range: String
➞lot_number 0..1
Range: String