4 #include "helpers\ScopeNumber.h"
23 PlaneProperties(
const double& _position = 0.0,
const double& _pockels = 0.0);
25 void Load(
const wptree& pt)
override;
26 void Save(wptree& pt)
const override;
ScopeNumber< double > position
z position (um)
Parameters of a single plane for fast plane hopping/switching.
All parameter classes derive from this.
void Load(const wptree &pt) override
load parameters from a boost::property_tree
void Save(wptree &pt) const override
save parameters into a boost:property_tree
PlaneProperties(const double &_position=0.0, const double &_pockels=0.0)
Quick construct.
ScopeNumber< double > pockels
Pockels/intensity value (Volts) for that plane.