void GRecordRate | ( | double | period_ms | ) |
Sets the asynchronous data record to a user-specified period via DR.
period_ms | Period, in milliseconds, to set up for the asynchronous data record. |
Wrapper around gclib GRecordRate(), http://www.galil.com/sw/pub/all/doc/gclib/html/gclibo_8h.html#ada86dc9d33ac961412583881963a1b8a Takes TM and product type into account and sets the DR period to the period requested by the user, if possible.
System.Exception | Will throw an exception if anything other than G_NO_ERROR is received from gclib. |