aperture_value property

aperture_value property

Gets or sets the aperture value.

Definition:

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

See Also