RangeDopplerResponse#

class ansys.stk.core.stkrfchannelmodeler.RangeDopplerResponse#

Bases: IResponse

The response data and properties for a range doppler channel characterization.

Overview#

angular_velocity

Get the angular velocity.

pulse_count

Get the pulse count.

range_count

Get the range count.

range_values

Get the range values.

velocity_count

Get the velocity count.

velocity_values

Get the velocity values.

Import detail#

from ansys.stk.core.stkrfchannelmodeler import RangeDopplerResponse

Property detail#

property RangeDopplerResponse.angular_velocity: float#

Get the angular velocity.

property RangeDopplerResponse.pulse_count: int#

Get the pulse count.

property RangeDopplerResponse.range_count: int#

Get the range count.

property RangeDopplerResponse.range_values: list#

Get the range values.

property RangeDopplerResponse.velocity_count: int#

Get the velocity count.

property RangeDopplerResponse.velocity_values: list#

Get the velocity values.