Bases: ConfocalScanner_Type
Represents the XML element SpinningDisk.
A Spinning disk confocal scanner is a device in which the scanning of the illuminated and detected spots is performed simultaneously using an opaque disk called a Nipkow disk, which has many ideally identical small holes arranged in Archimedean spirals. 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 )
setSingleDisk ( value , validate = True )
setDiskSpeed ( value , validate = True )
Sets the value of the DiskSpeed attribute.
This field records the maximal Disk rotation Speed of this device, according to the Manufactuer.
Parameters:
Name
Type
Description
Default
value
float
required
validate
(boolean , optional )
If true, validates constraints on value. Default is true.
True
getDiskSpeed ()
Returns the value of the DiskSpeed attribute.
This field records the maximal Disk rotation Speed of this device, according to the Manufactuer.
Returns:
Type
Description
float
The value of the attribute
resetDiskSpeed ()
Resets the DiskSpeed attribute to an unset state.
This field records the maximal Disk rotation Speed of this device, according to the Manufactuer.
hasDiskSpeed ()
Checks whether the DiskSpeed attribute is present.
This field records the maximal Disk rotation Speed of this device, according to the Manufactuer.
Returns:
Type
Description
boolean
true if the attribute has been set, false otherwise
setDiskSpeedUnit ( value , validate = True )