surface_sim.setups.Setup.__init__#
- setups.Setup.__init__(setup={'setup': [{}]})#
Initialises the
Setupclass.- Parameters:
- setup
Dictionary with the configuration. Must have the key
"setup"containing the information. The information must not haveNoneas value. It can also include"name","description"and"gate_durations"keys with the corresponding information.