finesse.detectors.camera.ScanLine.xlim¶
- property ScanLine.xlim¶
The limits of the slice in the x-axis.
If
ScanLine.direction
is ‘y’ then this will returnNone
.- Getter:
Returns a tuple of
(xmin, xmax)
.- Setter:
Sets the x-axis limits.
The limits of the slice in the x-axis.
If ScanLine.direction
is ‘y’ then this will return None
.
Returns a tuple of (xmin, xmax)
.
Sets the x-axis limits.