Scope
scope::parameters::XYZControlGalil Class Reference

#include <Devices.h>

Inherits scope::parameters::XYZControl.

Public Member Functions

void Load (const wptree &pt) override
 
void Save (wptree &pt) const override
 
- Public Member Functions inherited from scope::parameters::Base
virtual void SetReadOnlyWhileScanning (const RunState &_runstate)
 

Public Attributes

ScopeString comstring
 
ScopeNumber< double > xcountspermicron
 
ScopeNumber< double > ycountspermicron
 
ScopeNumber< double > zcountspermicron
 
- Public Attributes inherited from scope::parameters::XYZControl
ScopeNumber< double > xpos
 
ScopeNumber< double > ypos
 
ScopeNumber< double > zpos
 
ScopeNumber< double > pollinterval
 

Additional Inherited Members

- Protected Attributes inherited from scope::parameters::Base
std::vector< boost::signals2::connection > connection_collector
 

Detailed Description

Parameters for a Galil XYZ stage (e.g.

from Feinmess)

Definition at line 43 of file Devices.h.

Member Function Documentation

void scope::parameters::XYZControlGalil::Load ( const wptree &  pt)
overridevirtual

load parameters from a boost::property_tree

Reimplemented from scope::parameters::XYZControl.

Definition at line 40 of file Devices.cpp.

void scope::parameters::XYZControlGalil::Save ( wptree &  pt) const
overridevirtual

save parameters into a boost:property_tree

Reimplemented from scope::parameters::XYZControl.

Definition at line 48 of file Devices.cpp.

Member Data Documentation

ScopeString scope::parameters::XYZControlGalil::comstring

connection string for Galil controller

Definition at line 49 of file Devices.h.

ScopeNumber<double> scope::parameters::XYZControlGalil::xcountspermicron

conversion factor between encoder counts and micrometers for x axis

Definition at line 52 of file Devices.h.

ScopeNumber<double> scope::parameters::XYZControlGalil::ycountspermicron

conversion factor between encoder counts and micrometers for y axis

Definition at line 55 of file Devices.h.

ScopeNumber<double> scope::parameters::XYZControlGalil::zcountspermicron

conversion factor between encoder counts and micrometers for z axis

Definition at line 58 of file Devices.h.


The documentation for this class was generated from the following files: