Table of Contents

Class MTBConfigMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

Message structure defining the state of a magnetic torque bar.

public sealed class MTBConfigMessage : Message<MTBConfigPayload>
Inheritance
MTBConfigMessage
Inherited Members
Message<MTBConfigPayload>.Payload
Message<MTBConfigPayload>.ToString()
Message<MTBConfigPayload>.PayloadType
Message<MTBConfigPayload>.PayloadObject

Constructors

MTBConfigMessage()

Default constructor

public MTBConfigMessage()

Properties

GtMatrix_B

[-] Magnetic torque bar alignment in Body frame components

[Units("-")]
public Vector3 GtMatrix_B { get; set; }

Property Value

Vector3

MaxDipoles

[A-m2] Maximum commandable dipole

[Units("Am^2")]
public double MaxDipoles { get; set; }

Property Value

double

Tau_B

[Nm] Current magnetic torque bar torque in the body frame

[Units("Nm")]
public Vector3 Tau_B { get; set; }

Property Value

Vector3