Click or drag to resize

PulseWordFlags Enumeration

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

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

Flags indicate how to interpolate between pulse segments. Linear interpolation is the default (0 value).

Namespace:  BSI.MACE.Network.DIS
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public enum PulseWordFlags
Members
  Member nameValueDescription
discreteAmplitude1 The amplitude values in the Pulse Segments are to be treated as individual values. Otherwise values are be linearly interpolated
discreteFrequency2 The frequency values in the Pulse Segments are to be treated as individual values. Otherwise values are be linearly interpolated
discretePhase4 The phase values in the Pulse Segments are to be treated as individual values. Otherwise values are be linearly interpolated
Remarks