MagneticField

Schema: magnetics.capnp

The following structs describe instruction sets interpreted by the field calculator. The nodes in this tree are subdivided into two categories: - General: These nodes can be interpreted by the field calculator. FieldResolver implementations should aim to only create nodes out of this category. They also don’t have to handle these nodes, as they are implicitly handled by FieldResolverBase. - Device-specific: These nodes contain information specific to one or more devices. These nodes are not understood by the field calculator. The task of field resolvers is to transform these nodes into equivalent representations consisting only of general type nodes. Note that resolvers can fail to resolve nodes e.g. if the required data are not shipped with fscdue to data protection requirements of the individual facilities.

Fields