Source code for pyleecan.Methods.Machine.Conductor.check
# -*- coding: utf-8 -*-
[docs]def check(self):
"""Check that the Conductor object is correct
Parameters
----------
self : Conductor
A Conductor object
Returns
-------
None
"""
pass