maxon.MachineInterface¶
Description¶
This class is the entry point to access machine interfaces.
So there is no difference if the machine is running local or remote via rpc.
Methods Signature¶
Returns information about the system and processor. 
 | 
|
Returns the service name of the local machine.  | 
Methods Definition¶
- 
MachineInterface.GetMachineInfo()¶ - Returns information about the system and processor.See
maxon.MACHINEINFOformaxon.DataDictionaryproperties.- Returns
 System and processor information.
- Return type
 
 
- 
MachineInterface.GetUniqueId()¶ Returns the service name of the local machine. This name is a unique name which allows to identify the machine.
- Returns
 The service name.
- Return type
 str