= GetOverCap = Get over capacity status. {{{ bool GetOverCap(int nScale = process_scale) }}} == Parameters == * nScale - scale number == Return Value == * Returns true if the specified scale is over capacity or false if stable. == Remarks == == Examples == {{{ if(GetOverCap()) { DisplayText(20, 20, "Over capacity"); } }}} {{{ if(GetOverCap(1)) { DisplayText(20, 20, "Over capacity"); } }}} == See Also == * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetMotion GetMotion] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetBelowZero GetBelowZero] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetCenterZero GetCenterZero]