Control/Network
Server
Server: .doc: """ Abstract server interface for remote communication with an OpenPLX runtime. Exposes either a signal interface or all inputs and outputs in a Physics.System if a system reference is provided. Note: Asynchronous servers are not yet implemented. """ enabled is Bool: false synchronous is Bool: true signal_interface is Physics.Signals.SignalInterface optional system is Physics.System reference