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_namestr

The port name to search for

Returns:
retADBase or None

Either the requested plugin or None if not found