PyTuflow: Difference between revisions
Content deleted Content added
Ellis Symons (talk | contribs) No edit summary |
Ellis Symons (talk | contribs) No edit summary |
||
Line 18:
'''Methods'''
{|class="wikitable" style="text-align: left;"
|! style="background-color:#005581; font-weight:bold; color:white" width=20%| Method
|! style="background-color:#005581; font-weight:bold; color:white;" width=30%|Description
|! style="background-color:#005581; font-weight:bold; color:white;" width=25%|Returns
Line 56:
|rowspan='2'|<b>getAdverseGradients ()</b>
|rowspan='2'|Returns locations of any adverse water level or energy level (if result type available) gradients in long profile. Note getLongProfileData method must be called prior to calling this method
|''tuple'' Adverse Water Level Gradient Locations ( ''list'' x data, ''list'' y data )
|-
|''tuple'' Adverse Energy Level Gradient Locations ( ''list'' x data, ''list'' y data )
|-
|rowspan='
|rowspan='
|''bool'' Error
|-
|''str'' Message
|-
|''tuple'' Profile Data ( ''list'' x values, ''list'' y values )
|-
|rowspan='1'|<b>getLongProfileTimeOfMax ()</b>
|rowspan='1'|Returns the time of maximum water level along the profile. Note getLongProfileData method must be called prior to calling this method
|Profile Data
|-
|}
| |||