We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4834c46 commit a3a3eaaCopy full SHA for a3a3eaa
1 file changed
examples/tutorial3.jl
@@ -155,9 +155,9 @@ datasheet_info = NominalData(
155
U=525.0, # Phase (pole)-to-phase (pole) voltage [kV]
156
conductor_cross_section=1600.0, # [mm²]
157
screen_cross_section=1000.0, # [mm²]
158
- # resistance=NaN, # DC resistance [Ω/km]
159
- # capacitance=NaN, # Capacitance [μF/km]
160
- # inductance=NaN, # Inductance in trifoil [mH/km]
+ resistance=nothing, # DC resistance [Ω/km]
+ capacitance=nothing, # Capacitance [μF/km]
+ inductance=nothing, # Inductance in trifoil [mH/km]
161
)
162
cable_design = CableDesign(cable_id, core_cc, nominal_data=datasheet_info)
163
0 commit comments