# SimTree add --simulation-parameter MsgLen int 100 200

%% add the simulation parameter MsgLen of type int with values 100 and 200

# SimTree add --simulation-parameter MsgLen int 100 200 --simulation-parameter ServiceTime float 1.0 2.0

%% add the simulation parameter ServiceTime with two values for the given values of MsgLen

# SimTree add --simulation-parameter ServiceTime float 1.0 2.0 3.0

%% add three values of ServiceTime
