ophyd.areadetector.base.ADBase.get_plugin_by_asyn_port

ADBase.get_plugin_by_asyn_port(port_name)

Get the plugin which has the given asyn port name

Parameters:
port_name : str

The port name to search for

Returns:
ret : ADBase or None

Either the requested plugin or None if not found