ConstellationRouting ==================== .. py:class:: ansys.stk.core.stkobjects.ConstellationRouting Routing properties of the STK Constellation. .. py:currentmodule:: ConstellationRouting Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ConstellationRouting.use_routing_file` - Opt to use a .routing file to when the constellation is used in a Chain. * - :py:attr:`~ansys.stk.core.stkobjects.ConstellationRouting.routing_filename` - Get or set the name of the .routing file used when the Constellation is in a chain. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ConstellationRouting Property detail --------------- .. py:property:: use_routing_file :canonical: ansys.stk.core.stkobjects.ConstellationRouting.use_routing_file :type: bool Opt to use a .routing file to when the constellation is used in a Chain. .. py:property:: routing_filename :canonical: ansys.stk.core.stkobjects.ConstellationRouting.routing_filename :type: str Get or set the name of the .routing file used when the Constellation is in a chain.