コード例 #1
0
ファイル: VoltageSwitch.cs プロジェクト: lulzzz/SpiceSharp
 /// <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;