コード例 #1
0
ファイル: facade.py プロジェクト: ajw278/gandalf
def set_current_sim(simno):
    '''Set the current simulation to the given number.
Returns the newly set current simulation.
Required argument:
    simno      : Simulation number
'''
    simno = int(simno)
    return SimBuffer.set_current_sim_no(simno)