get_devices(), get_modules()
get_devices( "deviceType")
get_modules( "moduleName")
Return a string that consists of blank-separated device names that
belong to the specified device type or module type class, e.g.
$ret = Spectra::get_devices( “TIMER”);
$ret = Spectra::get_modules( “DGG2”);