BioSANS2020.BioSSL
¶
This module is the BioSSl module
This module process SSL (structured simulation language) queries.
Module Contents¶
Functions¶
|
Evaluate expression |
|
This function opens the current working directory |
Thi function get the input commands as user type in console |
|
|
This function handles the processing of commands. |
Attributes¶
- BioSANS2020.BioSSL.CWD¶
- BioSANS2020.BioSSL.TRAJ¶
- BioSANS2020.BioSSL.eval2(to_eval)¶
Evaluate expression
- BioSANS2020.BioSSL.show_file_dir(path)¶
This function opens the current working directory
- Args:
path (str): current working directory
- BioSANS2020.BioSSL.get_input()¶
Thi function get the input commands as user type in console
- Returns:
str: The input command
- BioSANS2020.BioSSL.process_command(command)¶
This function handles the processing of commands.
- Args:
command (str): string of commands
- BioSANS2020.BioSSL.ABSPATH¶