:class:`RogoCoil` ================= .. py:class:: ansys.dyna.core.pre.dynaem.RogoCoil(set=None) Bases: :py:obj:`ansys.dyna.core.pre.dynabase.BaseObj` Measures the total current flowing through a given section of the conductor. :Parameters: **set** : :obj:`Set` Segment set. .. !! processed by numpydoc !! .. py:currentmodule:: RogoCoil Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~create` - Create a Rogowsky coil. .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~stub` - * - :py:attr:`~set` - * - :py:attr:`~id` - * - :py:attr:`~type` - Import detail ------------- .. code-block:: python from ansys.dyna.core.pre.dynaem import RogoCoil Attribute detail ---------------- .. py:attribute:: stub .. py:attribute:: set :value: None .. py:attribute:: id :value: 0 .. py:attribute:: type :value: 'rogocoil' Method detail ------------- .. py:method:: create() Create a Rogowsky coil. .. !! processed by numpydoc !!