RangeDopplerResponse#

class ansys.stk.core.stkrfchannelmodeler.RangeDopplerResponse#

Bases: IResponse

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

Overview#

range_values

Get the range values.

range_count

Get the range count.

velocity_values

Get the velocity values.

velocity_count

Get the velocity count.

pulse_count

Get the pulse count.

angular_velocity

Get the angular velocity.

Import detail#

from ansys.stk.core.stkrfchannelmodeler import RangeDopplerResponse

Property detail#

property RangeDopplerResponse.range_values: list#

Get the range values.

property RangeDopplerResponse.range_count: int#

Get the range count.

property RangeDopplerResponse.velocity_values: list#

Get the velocity values.

property RangeDopplerResponse.velocity_count: int#

Get the velocity count.

property RangeDopplerResponse.pulse_count: int#

Get the pulse count.

property RangeDopplerResponse.angular_velocity: float#

Get the angular velocity.