min = sys.get_gmin(<cbtot>);
min = sys.get_gmin(<CBNAME>,<cbtot>);
Or more generally
min = sys.get_gmin([<CBNAME>,]<cbtot>);
In most cases, sys.get_gmin() will be used with one argument.
When used this way,
it will work with the current CB.
Optional arguments are allowed so that you can get grand min vals
without needing to be processing a particular CB.