Exemplo n.º 1
0
 /// <summary>
 /// set the tuning parameters from a comma separated string
 /// </summary>
 /// <param name="parameters">comma separated tuning parameters</param>
 public void SetTuningParameters(String parameters)
 {
     rob.SetTuningParameters(parameters);
 }