示例#1
0
 /// <summary>
 /// Set the model for the voltage-controlled switch
 /// </summary>
 public void SetModel(VoltageSwitchModel model) => Model = (ICircuitObject)model;
示例#2
0
 /// <summary>
 /// Set the model for the voltage-controlled switch
 /// </summary>
 public void SetModel(VoltageSwitchModel model) => Model = model;