Series 2600 System SourceMeters Reference Manual
Instrument Control Library 12-19
Return to
2600S-901-01 Rev. A / May 2006
delay
function
This function is used to hold up system operation for a specified period of time. It is
typically used to soak a device at a specific voltage or current for a period of time.
Function
Delays system operation.
Usage
delay(seconds)
seconds
Set delay in seconds (100000 seconds maximum).
Remarks
• This function will delay for the specified number of seconds. It is impossible to delay
for zero seconds.
• Delays smaller than 50µs will be dominated by overhead such that the actual delay
might be as long as 50µs (typical). For delays longer than 50µs, the delay may be as
much as 10µs (typical) more than the requested delay.
Example
Sets the SMU A output to 1V, soaks the DUT for 50ms and then turns the output off:
smua.source.levelv = 1.0
delay(0.050)
smua.source.off()
delay
Summary of Contents for SourceMeter 2600 Series
Page 575: ...AppendixF DisplayCharacterCodes Appendix F topics Introduction page F 2...
Page 592: ......
Page 593: ......