Source code for abaqus.CustomKernel.CommandRegister
[docs]class CommandRegister:
"""This class allows you to derive a general class that can be queried from the GUI and is
capable of notifying the GUI when the contents of the class change.
Notes
-----
This object can be accessed by:
.. code-block:: python
import customKernel
"""
def __init__(self):
"""This class allows you to derive a general class that can be queried from the GUI and is
capable of notifying the GUI when the contents of the class change.
Notes
-----
This function can be accessed by:
.. code-block:: python
customKernel.CommandRegister
Returns
-------
A CommandRegister object.
"""
pass