RadarSarImageLocation#

class ansys.stk.core.stkrfchannelmodeler.RadarSarImageLocation#

The image location information for use by a range doppler Sar analysis.

Overview#

name

Get or set the image location name.

latitude

Get or set the location latitude.

longitude

Get or set the location longitude.

Import detail#

from ansys.stk.core.stkrfchannelmodeler import RadarSarImageLocation

Property detail#

property RadarSarImageLocation.name: str#

Get or set the image location name.

property RadarSarImageLocation.latitude: float#

Get or set the location latitude.

property RadarSarImageLocation.longitude: float#

Get or set the location longitude.