Click or drag to resize

disStructurePartialPulseWord Structure

Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements.

[This is preliminary documentation and is subject to change.]

Description of pulse word data in this beam.

Namespace:  BSI.MACE.Network.DIS
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public struct disStructurePartialPulseWord

The disStructurePartialPulseWord type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldamplitude
The amplitude as a floating point value from 0.0 to 1.0 of this section of the PulseWord.
Public fieldduration
The length of time in floating point seconds of this section of the PulseWord.
Public fieldfrequency
The Frequency in hertz of this section of the PulseWord.
Public fieldphase
The phase in degrees of this section of the PulseWord.
Public fieldpulseCount
The number of times this pulse will be produced. Ignored when this pulseIndex > 0.
Public fieldpulseFlags
Flags for the pulse word. Ignored when this pulseIndex > 0.
Public fieldpulseIndex
The index of the pulse that this partial pulse word is a part.
Public fieldpulsePri
The movement of the beam in degrees per second. Ignored when this pulseIndex > 0.
Top
Remarks
This structure contains information about the parametrics of the beam.
See Also