RadarImagingDataProduct#

class ansys.stk.core.stkrfchannelmodeler.RadarImagingDataProduct#

Imaging data product that facilitates the generation of range doppler radar images.

Overview#

name

Get the image product name.

enable_sensor_fixed_distance

Enable or disables the fixed disatance mode.

desired_sensor_fixed_distance

Get or set the fixed disatance.

distance_to_range_window_start

Get or set the distance to the range window start.

distance_to_range_window_center

Get or set the distance to the range window center.

center_image_in_range_window

Enable or disables whether the image will be centered in the range window.

enable_range_doppler_imaging

Enable radar range-doppler imaging.

range_pixel_count

Get or set the range pixel count.

velocity_pixel_count

Get or set the velocity pixel count.

range_window_type

Get or set the range window type.

range_window_side_lobe_level

Get or set the range window side lobe level.

velocity_window_type

Get or set the velocity window type.

velocity_window_side_lobe_level

Get or set the velocity window side lobe level.

range_resolution

Get or set the range resolution.

range_window_size

Get or set the range window size.

cross_range_resolution

Get or set the cross range resolution.

cross_range_window_size

Get or set the cross range window size.

required_bandwidth

Get the waveform product’s required bandwidth.

collection_angle

Get the waveform collection angle.

frequency_samples_per_pulse

Get the number of frequency samples per pulse.

minimum_pulse_count

Get the minimum pulse count.

identifier

Get the unique identifier for the data product

Import detail#

from ansys.stk.core.stkrfchannelmodeler import RadarImagingDataProduct

Property detail#

property RadarImagingDataProduct.name: str#

Get the image product name.

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_pixel_count: int#

Get or set the range pixel count.

property RadarImagingDataProduct.velocity_pixel_count: int#

Get or set the velocity pixel count.

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.range_resolution: float#

Get or set the range resolution.

property RadarImagingDataProduct.range_window_size: float#

Get or set the range window size.

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.

property RadarImagingDataProduct.collection_angle: float#

Get the waveform collection angle.

property RadarImagingDataProduct.frequency_samples_per_pulse: int#

Get the number of frequency samples per pulse.

property RadarImagingDataProduct.minimum_pulse_count: int#

Get the minimum pulse count.

property RadarImagingDataProduct.identifier: str#

Get the unique identifier for the data product