Table of Contents

Class ElectromagneticSignatureMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] This message stores the information about a particular component that is producing an Electromagnetic (EM) signature.


public sealed class ElectromagneticSignatureMessage : Message
Inheritance
ElectromagneticSignatureMessage

Fields

Frequency

The frequency of the signature in the EM spectrum.

[Unit(UnitType.HERTZ)]
public double Frequency

Field Value

double

IsActive

A flag whether this signature is active or not. If this is active, then there is a valid signal.

[Unit(UnitType.NONE)]
public bool IsActive

Field Value

bool

Power

The power of the signature in the EM spectrum.

[Unit(UnitType.DECIBEL)]
public double Power

Field Value

double