Table of Contents

Class MTBArrayConfigMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] Message containing an array of magnetic torque bars.


public sealed class MTBArrayConfigMessage : Message
Inheritance
MTBArrayConfigMessage

Fields

Alignments_B

Magnetic torque bar alignment matrix in body frame coordinates, must be provided in row-major format. This is the 'GtMatrix_B'.

[Unit(UnitType.NONE)]
public Vector3[] Alignments_B

Field Value

Vector3[]

MaxDipoles

Maximum dipole moment for each torque bar in the array.

[Unit(UnitType.AMPERE_PER_SQUARE_METRE)]
public double[] MaxDipoles

Field Value

double[]

NumMTB

Number of MTBs added.

[Unit(UnitType.NONE)]
public int NumMTB

Field Value

int