Extent#

class ansys.stk.core.stkrfchannelmodeler.Extent#

The extent in which the channel characterizations will be computed.

Overview#

north_latitude

Get or set the north latitude.

south_latitude

Get or set the south latitude.

east_longitude

Get or set the east longitude.

west_longitude

Get or set the west longitude.

Import detail#

from ansys.stk.core.stkrfchannelmodeler import Extent

Property detail#

property Extent.north_latitude: float#

Get or set the north latitude.

property Extent.south_latitude: float#

Get or set the south latitude.

property Extent.east_longitude: float#

Get or set the east longitude.

property Extent.west_longitude: float#

Get or set the west longitude.