malcolm.modules.system.defines

malcolm.modules.system.defines.redirector_iocs(name: Anno(name='AName', typ=<class 'str'>, description='The name of the defined parameter'), yamlname: Anno(name='AYamlName', typ=<class 'str'>, description='name of yaml file (used to get BL prefix)'), file_path: Anno(name='ARedirectPath', typ=<class 'str'>, description='path to redirect table') = '/dls_sw/prod/etc/redirector/redirect_table') -> Anno(name='ADefine', typ=<class 'malcolm.core.define.Define'>, description='The Define that has been created')[source]
Parameters
  • name (str) – The name of the defined parameter

  • yamlname (str) – name of yaml file (used to get BL prefix)

  • file_path (str) – path to redirect table

Returns

The Define that has been created

Return type

Define