29 const Entry entries[] = {
70 for(
const Entry *entry = entries; entry->name != 0; ++entry) {
71 if(aKey == entry->name) {
@ OFF
Corrector is off (inactive).
@ X
Corrector acts on x-plane.
virtual Channel * getChannel(const std::string &aKey, bool create=false)
Construct a read/write channel.
virtual double getElementLength() const
Get design length.
virtual void setElementLength(double length)
Set design length.
virtual double getBy() const
Get vertical field component in Teslas.
bool active
The active/inactive flag.
virtual void setBy(double)
Set vertical field component in Teslas.
virtual void setBx(double)
Set field.
virtual Channel * getChannel(const std::string &aKey, bool=false)
Construct a read/write channel.
virtual Plane getPlane() const
Get plane of action.
virtual double getBx() const
Get field.
virtual ElementBase * clone() const
Return clone.
Abstract interface for read/write access to variable.
Access to a [b]double[/b] data member.