@swendel621, thanks for the info. After posting I studied the Desktop help a lot and was coming to your answer....arcpy doesn't provide quite the fine level of detail I need.
I found a further glitch. Interactively, ArcMap doesn't allow the Range limits to extend beyond the data it is seeing in the current map setup. The problem is, even when I remove a Definition Query and should have 50,000 records, it uses for its statistics only the first ones matching, in my case, the 517 channels. All the many others are disregarded and I can't set the Range limits on the colors to the max/min of my population.
To get around this I created a kluge in the underlying MS Access file which has all the data, by creating a dummy set of data with the true max/min of all 50K records used in all the maps to be generated. Then I created a layer with this range, then, I could run my arcpy script to generate all the maps.
Does ESRI have plans to allow more access from arcpy to the underlying ArcGIS products? And I would request that the Range limit be removed from Symbology->Quantities->Graduated colors->Manual within a layer.