BioSANS2020.BioSSL

This module is the BioSSl module

This module process SSL (structured simulation language) queries.

Module Contents

Functions

eval2(to_eval)

Evaluate expression

show_file_dir(path)

This function opens the current working directory

get_input()

Thi function get the input commands as user type in console

process_command(command)

This function handles the processing of commands.

Attributes

CWD

TRAJ

ABSPATH

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