Hi João, Thanks for sharing your example. Your syntax is correct. The missing aspect here is that for some OpenDSS properties, the order in which they are specified matters. In the Line case, whenever you specify or edit properties that define impedances (e.g, R1, X1, rmatrix, switch=True, etc..) the units property is reverted back to its default value. It essentially means that if you are specifying or editing per-length impedance properties, OpenDSS won't assume that previously specified units...
Adding protection around creation of TCC curves named "none". Added because when properties that normally point to TCC curves are assigned "none", no curve is assigned.
Adding missing BatchEdit conditionals page added in revision 4106 and missed in previous commit.
Updating documentation to reflect latest changes on SwtControls, Fuses, Reclosers and Relays. Fixing a few typos caught here and there.
Added support to unganged operation for relays and single-phase tripping and lockout for overcurrent relays (type=current). Added Lock, Reset, RatedCurrent and InterruptingRating properties to Relay, which is now closely aligned with Fuse, Recloser and SwtControl elements. Renamed a number of properties for more common terminology while keeping backwards compatibility (only exception is "Reset" property, where previous usage has been renamed to ResetTime and new usage forces a Reset of the co...
Minor updates on Recloser for consistent usage of Ground x Gnd in the Event Log. Additionally, preventing a floating-point precision issue in the control logic.
Updating Fuse CurveMultiplier property description.
Removing redundant conditional in recloser logic, fixing phase reported on debug messages that would happen on cases where monitored terminal is the 2nd terminal and fixing old bug where mechanical delay would be counted twice for instantaneous tripping.