RadarImagingDataProduct#
- class ansys.stk.core.stkrfchannelmodeler.RadarImagingDataProduct#
Imaging data product that facilitates the generation of range doppler radar images.
Overview#
Get the image product name. |
|
Enable or disables the fixed disatance mode. |
|
Get or set the fixed disatance. |
|
Get or set the distance to the range window start. |
|
Get or set the distance to the range window center. |
|
Enable or disables whether the image will be centered in the range window. |
|
Enable radar range-doppler imaging. |
|
Get or set the range pixel count. |
|
Get or set the velocity pixel count. |
|
Get or set the range window type. |
|
Get or set the range window side lobe level. |
|
Get or set the velocity window type. |
|
Get or set the velocity window side lobe level. |
|
Get or set the range resolution. |
|
Get or set the range window size. |
|
Get or set the cross range resolution. |
|
Get or set the cross range window size. |
|
Get the waveform productβs required bandwidth. |
|
Get the waveform collection angle. |
|
Get the number of frequency samples per pulse. |
|
Get the minimum pulse count. |
|
Get the unique identifier for the data product |
Import detail#
from ansys.stk.core.stkrfchannelmodeler import RadarImagingDataProduct
Property detail#
- property RadarImagingDataProduct.enable_sensor_fixed_distance: bool#
Enable or disables the fixed disatance mode.
- property RadarImagingDataProduct.desired_sensor_fixed_distance: float#
Get or set the fixed disatance.
- property RadarImagingDataProduct.distance_to_range_window_start: float#
Get or set the distance to the range window start.
- property RadarImagingDataProduct.distance_to_range_window_center: float#
Get or set the distance to the range window center.
- property RadarImagingDataProduct.center_image_in_range_window: bool#
Enable or disables whether the image will be centered in the range window.
- property RadarImagingDataProduct.enable_range_doppler_imaging: bool#
Enable radar range-doppler imaging.
- property RadarImagingDataProduct.range_window_type: ImageWindowType#
Get or set the range window type.
- property RadarImagingDataProduct.range_window_side_lobe_level: float#
Get or set the range window side lobe level.
- property RadarImagingDataProduct.velocity_window_type: ImageWindowType#
Get or set the velocity window type.
- property RadarImagingDataProduct.velocity_window_side_lobe_level: float#
Get or set the velocity window side lobe level.
- property RadarImagingDataProduct.cross_range_resolution: float#
Get or set the cross range resolution.
- property RadarImagingDataProduct.cross_range_window_size: float#
Get or set the cross range window size.
- property RadarImagingDataProduct.required_bandwidth: float#
Get the waveform productβs required bandwidth.