Source code for pyleecan.Methods.Machine.MachineAsync.is_synchronous
# -*- coding: utf-8 -*-
[docs]def is_synchronous(self):
"""Return if a machine is synchronous or not
Parameters
----------
self : MachineAsync
A MachineAsync
Returns
-------
is_synchronous: bool
Asynchronous machines are not synchronous
"""
return False