Section 13: LPT library function reference
Model 4200A-SCS Parameter Analyzer Reference Manual
13-18
4200A-901-01 Rev. C / February 2017
Instrument identification code
Attribute name string
Attribute value string
PRBR1
NUMOFPINS
2
to
72
MODELNUM
FAKE
CC12K
CM500
MANL
MM40
PA200
CVU
x
MODELNUM
KICVU4210
VPU
x
VPU
x
CH1
VPU
x
CH2
MODELNUM
KIVPU4220
PMU
x
PMU
x
CH1
PMU
x
CH2
MODELNUM
KIPMU4225
CVIV
x
MODELNUM
KICVIV
GNDU
MODELNUM
GNDU
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
);
instr_name
The instrument name string
instr_id
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
);
instr_id
The instrument identification code
inst_name
The returned instrument name string
Also see
None