get_shell_bl_control_by_name#
- ControlData.get_shell_bl_control_by_name(name)#
Get a shell bl control by name.
- Parameters:
- name
str
Name of the shell bl control.
- name
- Returns:
- :
ShellBLControl
Shell BL control.
- Return type:
Examples
>>> shell_bl_control = model.control_data.get_shell_bl_control_by_name("ShellBLControl-1")