openstb.simulator.system.transducer
Classes:
| Name | Description |
|---|---|
GenericTransducer |
A generic transducer. |
GenericTransducer
GenericTransducer(position, orientation, beampattern=None)
Bases: Transducer
A generic transducer.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
position
|
ArrayLike
|
The position of the transducer relative to the system origin. |
required |
orientation
|
ArrayLike | QArray
|
The orientation of the transducer boresight relative to the x axis of the system. |
required |
beampattern
|
PluginOrSpec[Distortion] | None
|
The distortion model of the beampattern. |
None
|
Source code in openstb/simulator/system/transducer.py
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | |