ComputeOptions#

class ansys.stk.core.stkrfchannelmodeler.ComputeOptions#

The options for computing RF Channel Modeler.

Overview#

ray_density

Get or set the ray density.

geometrical_optics_blockage

Get or set the geometrical optics blockage.

geometrical_optics_blockage_starting_bounce

Get or set the geometrical optics blockage starting bounce.

maximum_reflections

Get or set the maximum number of reflections.

maximum_transmissions

Get or set the maximum number of transmissions.

bounding_box_mode

Get or set the bounding box.

bounding_box_side_length

Get or set the bounding box side length.

Import detail#

from ansys.stk.core.stkrfchannelmodeler import ComputeOptions

Property detail#

property ComputeOptions.ray_density: float#

Get or set the ray density.

property ComputeOptions.geometrical_optics_blockage: bool#

Get or set the geometrical optics blockage.

property ComputeOptions.geometrical_optics_blockage_starting_bounce: int#

Get or set the geometrical optics blockage starting bounce.

property ComputeOptions.maximum_reflections: int#

Get or set the maximum number of reflections.

property ComputeOptions.maximum_transmissions: int#

Get or set the maximum number of transmissions.

property ComputeOptions.bounding_box_mode: AnalysisSolverBoundingBoxMode#

Get or set the bounding box.

property ComputeOptions.bounding_box_side_length: float#

Get or set the bounding box side length.