PassBreakNumberingDateOfFirstPass ================================= .. py:class:: ansys.stk.core.stkobjects.PassBreakNumberingDateOfFirstPass Date of first pass for pass numbering. .. py:currentmodule:: PassBreakNumberingDateOfFirstPass Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.PassBreakNumberingDateOfFirstPass.first_pass_number` - Get or set the number at which pass numbering begins. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.PassBreakNumberingDateOfFirstPass.pass_data_epoch` - Get the start time of the first pass. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import PassBreakNumberingDateOfFirstPass Property detail --------------- .. py:property:: first_pass_number :canonical: ansys.stk.core.stkobjects.PassBreakNumberingDateOfFirstPass.first_pass_number :type: int Get or set the number at which pass numbering begins. Dimensionless. .. py:property:: pass_data_epoch :canonical: ansys.stk.core.stkobjects.PassBreakNumberingDateOfFirstPass.pass_data_epoch :type: ITimeToolInstantSmartEpoch Get the start time of the first pass.