Source: idf/uds_idf/uds_idf__get_instrument_info.pro
uds_idf::get_instrument_info Return instrument information. Usage: info = idfref -> get_instrument_info([index,] <keys>) Argument: index int The instrument whose information is needed. Keywords: instrument string The name of the instrument whose information is needed. count Return how many instruments are defined. list Return a list of spacecraft and instruments. references Return a list ofobject references for the instrument definition objects. Notes: The index argument and the instrument keyword are exclusive. History: Original: 23/6/00; SJT Added instrument and index settings: 26/6/00; SJT