model property

model property

Gets or sets the model name or model number of the equipment. This is the model name or number of the DSC, scanner, video digitizer or other equipment that generated the image.

Definition:

@property
def model(self):
    ...
@model.setter
def model(self, value):
    ...

See Also