pysyncrosim.library.Library.__init__

Library.__init__(location=None, session=None, use_conda=None, packages=None, use_ssim_env=True)

Initializes a pysyncrosim Library instance.

Parameters:
  • location (String) – Filepath to Library location on disk.

  • session (Session) – pysyncrosim Session instance.

  • use_conda (Logical, optional) – If True, then uses Conda environment for this Library. If False, then does not use Conda environment. If None, then uses the Conda environment specified in the SyncroSim Library. The default is None.

  • packages (String or List of Strings, optional) – List of package names to add to the Library. The default is None.

  • use_ssim_env (Logical, optional) – If set to False, will not use the currently running SyncroSim environment. If set to True (Default), will use the currently running SyncroSim environment if available.

Return type:

None.