Section 9: Keithley External Control Interface (KXCI)
Model 4200A-SCS Parameter Analyzer Reference Manual
9-32
4200A-901-01 Rev. C / February 2017
XN
This command configures the X-axis of the graph to plot an electrical parameter.
Usage
XN '
AAAAAA
',
B
, ±
CCCC.CCC
, ±
DDDD.DDD
AAAAAA
The SMU channel name for the X-axis; up to 6 characters long; must be one of the
SMU channel names that you specify on the channel definition (
DE
) page
B
X-axis scale type
•
Linear scale:
1
•
Log scale:
2
CCCC.CCC
X-axis minimum value
•
Volts: ±9999
•
Amps: ±999
DDDD.DDD
X-axis maximum value
•
Volts: ±9999
•
Amps: ±999
Example
XN 'V1', 1, -5, 5
This command string:
•
Specifies that values from SMU channel
V1
are to be plotted on the X-axis.
•
Sets up the X-axis to be scaled linearly between
−
5 V and +5 V.
Also see
XT
This command configures the X-axis of the graph to plot time domain values in seconds.
Usage
XT
AAAA.AA
,
BBBB.BB
AAAA.AA
X-axis minimum time value (in seconds): 0.01 to 9999
BBBB.BB
X-axis maximum time value (in seconds): 0.01 to 9999
Example
XT 0, 10
This command string:
•
Specifies that time domain values are to be plotted on the X-axis.
•
Sets up the X-axis to be scaled between 0 and 10 s.
Also see
None