get_shell_bl_control_by_name#

ControlData.get_shell_bl_control_by_name(name)#

Get a shell bl control by name.

Parameters:
namestr

Name of the shell bl control.

Returns:
:
ShellBLControl

Shell BL control.

Return type:

ShellBLControl

Examples

>>> shell_bl_control = model.control_data.get_shell_bl_control_by_name("ShellBLControl-1")