Table of Contents

Class ElectromagneticDataMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] This message stores information tracked by the electromagnetic (EM) sensor, including the total gain sensed by the sensor and the total number of EM components that have been detected.


public sealed class ElectromagneticDataMessage : Message
Inheritance
ElectromagneticDataMessage

Fields

Count

Total number of EM components that have been detected.

[Unit(UnitType.NONE)]
public int Count

Field Value

int

Gain

The total gain sensed by the sensor.

[Unit(UnitType.DECIBEL)]
public double Gain

Field Value

double