Read-only |
Description |
Returns the ID of the analyzer, including the Model number, Serial Number, and the Software revision number. Note: Beginning with Rev 6.01, this command now returns the software revision with 6 digits instead of 4. For example, A.06.01.02. |
VB Syntax |
value = app.IDString |
Variable |
(Type) - Description |
app |
An Application (object) |
value |
(string) - variable to contain the returned ID string |
Return Type |
String |
Default |
Not Applicable |
Examples |
id = app.IDString |
C++ Syntax |
HRESULT IDString(BSTR* IDString) |
Interface |
IApplication |