Bases: ConfocalScanner_Type
Represents the XML element RasterScanner.
A Raster Scanner is typically used for systematic periodic scanning (raster scanning) of the Laser beam or of the Specimen position, either in one or in two dimensions. Refer to https://www.iso.org/standard/69820.html for further details and measurement methods.
fromBase ( base )
staticmethod
fromJsonFile ( path , validate = True )
fromJsonString ( json_string , validate = True )
fromXmlFile ( path , validate = True )
fromXmlString ( xml_string , validate = True )
toXmlFile ( filename , validate = True )
toXmlString ( validate = True )
setType ( value , validate = True )
Sets the value of the Type attribute.
This field records the type of this Raster Scanner. In a Galvanometer-mirror based system, two galvanometer scan mirrors (one for each axis) direct the laser beam to any XY position in the field of view. In a Resonant system laser positioning in the x-axis is provided by a special resonant scan mirror which oscillates at a fixed frequency.
Parameters:
Name
Type
Description
Default
value
RasterScannerType_Type
required
validate
(boolean , optional )
If true, validates constraints on value. Default is true.
True
getType ()
Returns the value of the Type attribute.
This field records the type of this Raster Scanner. In a Galvanometer-mirror based system, two galvanometer scan mirrors (one for each axis) direct the laser beam to any XY position in the field of view. In a Resonant system laser positioning in the x-axis is provided by a special resonant scan mirror which oscillates at a fixed frequency.
Returns:
Type
Description
RasterScannerType_Type
The value of the attribute
resetType ()
Resets the Type attribute to an unset state.
This field records the type of this Raster Scanner. In a Galvanometer-mirror based system, two galvanometer scan mirrors (one for each axis) direct the laser beam to any XY position in the field of view. In a Resonant system laser positioning in the x-axis is provided by a special resonant scan mirror which oscillates at a fixed frequency.
hasType ()
Checks whether the optional Type attribute is present.
This field records the type of this Raster Scanner. In a Galvanometer-mirror based system, two galvanometer scan mirrors (one for each axis) direct the laser beam to any XY position in the field of view. In a Resonant system laser positioning in the x-axis is provided by a special resonant scan mirror which oscillates at a fixed frequency.
Returns:
Type
Description
boolean
true if the optional attribute has been set, false otherwise
setHorizontalScanningSpeed ( value , validate = True )
getHorizontalScanningSpeed ()
resetHorizontalScanningSpeed ()
hasHorizontalScanningSpeed ()
setHorizontalScanningSpeedUnit ( value , validate = True )
getHorizontalScanningSpeedUnit ()
resetHorizontalScanningSpeedUnit ()
hasHorizontalScanningSpeedUnit ()
setVerticalScanningSpeed ( value , validate = True )
getVerticalScanningSpeed ()
resetVerticalScanningSpeed ()
hasVerticalScanningSpeed ()
setVerticalScanningSpeedUnit ( value , validate = True )
getVerticalScanningSpeedUnit ()
resetVerticalScanningSpeedUnit ()
hasVerticalScanningSpeedUnit ()