labscript_profile.create.create_profile

labscript_profile.create.create_profile(apparatus_name=None, compile_table=False)[source]

Function that creates a labscript config profile from the default config

Parameters:
  • appratus_name (str, optional) – apparatus_name to define in the config. If None, defaults to example_apparatus (set in default config file)

  • compile_table (bool, optional) – Whether to compile to example connection table defined by the default config file Default is False.