Table of Contents

Class CSSUnitConfigMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

Structure used to contain the configuration information for each sun sensor

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

Constructors

CSSUnitConfigMessage()

Default configurations

public CSSUnitConfigMessage()

Properties

CBias

[W] Individual calibration coefficient bias for CSS. If all CSS have the same gain, then this is set to 1.0. If one CSS has a 10% stronger response for the same input, then the value would be 1.10

[Units("W")]
public double CBias { get; set; }

Property Value

double

nHat_B

[-] CSS unit normal expressed in structure

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

Property Value

Vector3