3.1.1.1.1. simulator.atdome package

3.1.1.1.1.1. Submodules

3.1.1.1.1.2. simulator.atdome.simulator module

async simulator.atdome.simulator.main(csc_list, domain)

Runs the ATDome simulator

3.1.1.1.1. Parameters

csc_list: [()]

The list of CSCs to run as a tuple with the CSC name and index

async simulator.atdome.simulator.main_csc(name, index, domain)

Runs the ATDome simulator

3.1.1.1.1. Parameters

csc_list: [()]

The list of CSCs to run as a tuple with the CSC name and index

async simulator.atdome.simulator.manage_exception(exception, remote)

Manages exceptions raised by the remote

3.1.1.1.1. Parameters

exception: Raised exception remote: Remote which caused the exception

3.1.1.1.1.3. Module contents