13: LPT library function reference Model 4200A-SCS Parameter Analyzer
13-18 4200A-901-01 Rev. C / February 2017
Instrument identification code Attribute name string Attribute value string
to
CC12K
CM500
MANL
MM40
VPUxCH1
x
PMUxCH1
x
Also see
None
getinstid
This command returns the instrument identifier (ID) from the instrument name string.
Usage
int getinstid(char *instr_name, int *instr_id);
The instrument name string
The instrument identification code
Also see
None
getinstname
This command returns the instrument name string from the instrument identifier (ID).
Usage
int getinstname(int *instr_id, char *inst_name);
The instrument identification code
The returned instrument name string
Also see
None