| UDF_KEY | UDF IDL INTERFACE MANUAL | UDF_KEY |
|---|
| Key =  | UDF_KEY | ( | 'MenuFile' | ) |
| Key =  | UDF_KEY | ( | 'PROJECT', | |
| 'MISSION', | ||||
| 'EXPERIMENT', | ||||
| 'INSTRUMENT', | ||||
| 'INSTRUMENT', | ||||
| 'VIRTUAL', | ) |
| Key =  | UDF_KEY | ( | [ | 'PROJECT', | |
| 'MISSION', | |||||
| 'EXPERIMENT', | |||||
| 'INSTRUMENT', | |||||
| 'INSTRUMENT', | |||||
| 'VIRTUAL', | ]) |
| MenuFile | - | ASCII Keyword Definition File produced by the UdfUnits GUI Interface |
| PROJECT | - | UDF Project Acronym |
| MISSION | - | UDF Mission Acronym |
| EXPERIMENT | - | UDF Experiment Acronym |
| INSTRUMENT | - | UDF Instrument Acronym |
| VIRTUAL | - | UDF Virtual Instrument Acronym |
| Key | - | UDF key value associated with the input UDF source |
The routine accepts the input UDF source in three different formats. It will take as input an ASCII Keyword Definition File generated by the UdfUnits Pre-IDL GUI Interface. The returned Key is generated for the UDF source used to produce the Keyword Definition File. The entire Menu File is processed at this time and all internal processing parameters set. The UDF source can also be input as the set of UDF PROJECT, MISSION, EXPERIMENT, INSTRUMENT, and VIRTUAL acronyms. These can be input either as a set of 5 strings or as an array of 5 strings.
| USAGE | : | key = UDF_KEY(['P','M','E','I','V']) | USAGE | : | key = UDF_KEY('P','M','E','I','V') | USAGE | : | key = UDF_KEY('MenuFile") |
| UDF_KEY | : | Only String Arguments |
| UDF_KEY | : | Input Name %d Must Be A String |
| UDF_KEY | : | Input Name %d Must Be A Scalar |
| GetDataKey | : | (Udf error returned from get_data_key) |
| CreateIdf | : | (Udf error returned from create_idf_data_structure) |
| Dec 6, 2002 |
|---|
| &larr Previous | TOC | HOME | Next &rarr |
| UDF_JUMPTIME | UDF_OPEN |