returns the gage value
// setting a value $$("gage1").setValue(20); // getting the value $$("gage1").getValue(); // ->20