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
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
Power
The power of the signature in the EM spectrum.
[Unit(UnitType.DECIBEL)]
public double Power