DirectionProviderASCIIFile ========================== .. py:class:: ansys.stk.core.stkobjects.DirectionProviderASCIIFile Bases: :py:class:`~ansys.stk.core.stkobjects.IDirectionProvider` Class defining an ascii file direction provider. .. py:currentmodule:: DirectionProviderASCIIFile Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.DirectionProviderASCIIFile.enabled` - Get or set the option for enabling steering. * - :py:attr:`~ansys.stk.core.stkobjects.DirectionProviderASCIIFile.filename` - Get or set the steering ascii file. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import DirectionProviderASCIIFile Property detail --------------- .. py:property:: enabled :canonical: ansys.stk.core.stkobjects.DirectionProviderASCIIFile.enabled :type: bool Get or set the option for enabling steering. .. py:property:: filename :canonical: ansys.stk.core.stkobjects.DirectionProviderASCIIFile.filename :type: str Get or set the steering ascii file.