ChainAnalysisOptions ==================== .. py:class:: ansys.stk.core.stkobjects.ChainAnalysisOptions Class containing analysis options for an object when computing optimal strands of a chain. .. py:currentmodule:: ChainAnalysisOptions Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ChainAnalysisOptions.data_rate` - The data rate used for this object when computing optimal strands. * - :py:attr:`~ansys.stk.core.stkobjects.ChainAnalysisOptions.processing_delay_time` - The processing delay time used for this object when computing optimal strands. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ChainAnalysisOptions Property detail --------------- .. py:property:: data_rate :canonical: ansys.stk.core.stkobjects.ChainAnalysisOptions.data_rate :type: float The data rate used for this object when computing optimal strands. .. py:property:: processing_delay_time :canonical: ansys.stk.core.stkobjects.ChainAnalysisOptions.processing_delay_time :type: float The processing delay time used for this object when computing optimal strands.