Comentario
02-28-2023
06:03 AM
02-28-2023
06:03 AM
ElectricalSystem.Create works if the voltage is set with a type parameter. I use that in my code and it works great.
When the voltage is set using an instance parameter, the voltage ends up being 0. I'm looking for similar functionality in the instance parameter case. It should read the voltage based on the instance parameter, then set the voltage in the exact same way it does if it is a type parameter. I would like the two cases to be identical.