Emitter configurations, returned as a structure. An emitter configuration has these
fields:
Field | Description |
EmitterIndex | Unique emitter index, returned as a positive integer. |
IsValidTime | Valid emission time, returned as 0 or 1 .
IsValidTime is 0 when
emitter updates are requested at times that are between update
intervals specified by the UpdateInterval
property. |
IsScanDone | Whether the emitter has completed a scan, returned as true or
false . |
FieldOfView | Field of view of the emitter, returned as a two-element vector [azimuth; elevation] in
degrees. |
MeasurementParameters | Emitter measurement parameters, returned as an array of structures containing the
coordinate frame transforms needed to transform positions and
velocities in the top-level frame to the current emitter
frame. |
Data Types: single
| double