| | |
| | | } |
| | | |
| | | EpanetMethods.ENcloseH(); |
| | | EpanetMethods.ENclose(); |
| | | return hydraulic_record_list; |
| | | } |
| | | |
| | |
| | | return default; |
| | | } |
| | | |
| | | EpanetMethods.ENsettimeparam(TimeParameter.PatternStep, 1); |
| | | EpanetMethods.ENsettimeparam(TimeParameter.HydStep, 1); |
| | | EpanetMethods.ENsettimeparam(TimeParameter.ReportStep, 1); |
| | | //EpanetMethods.ENsettimeparam(TimeParameter.PatternStep, 1); |
| | | //EpanetMethods.ENsettimeparam(TimeParameter.HydStep, 1); |
| | | //EpanetMethods.ENsettimeparam(TimeParameter.ReportStep, 1); |
| | | err = EpanetMethods.ENopenH(); |
| | | if (err != 0) |
| | | { |
| | |
| | | |
| | | } |
| | | EpanetMethods.ENcloseH(); |
| | | EpanetMethods.ENclose(); |
| | | return hydraulic_record_list_dict; |
| | | } |
| | | |