= 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 == * GetMotion * GetNetWt