PowerScript Code Snippets
Newton Method
A Classical root-finding method using derivative-based iterative approximation.
Secant Method
A Classical root-finding method using secant approximation without explicit derivatives.
Bisection Method
A classical numerical root-finding method based on bisection, with a maximum search complexity of O(logN).
Async Scan Example
The example code performs the following operations: During the image scan, it adjusts the Tip …
Set the KPFM Parameters (w/ phase tuning)
How to set the KPFM Parameters (w/ phase tuning)
Set the Lift mode
This code can be used when operating in Lift mode.
Set the I/V parameters code
This is the code used to set the parameters configured during the I/V curve measurement.
Set F/d Curve parameters
This is the code used to set the parameters configured during the F/d curve measurement.
Set Current Amp.
This code can be used when a current amplifier setting is required while using the …
LineSync-Based Async Scan Parameter Sweep
This script changes specific parameters (e.g., tip bias, setpoint) in synchronization with the line sync …
C-AFM current offset for NX Internal
Internal C-AFM for NX에서 최초 Current offset을 손으로 맞추기 번거로울 때 사용하면 편한 script입니다.
OXY Stage Accuracy Test 시 사용 코드
OXY Stage Accuracy 평가 시 사용되는 코드입니다. (Ox 방향 구동 평가용)
OXY Stage Accuracy Test 시 사용 코드
OXY Stage Accuracy 평가 시 사용되는 코드입니다. (Oy 방향 구동 평가용)
FX XY Stage Accuracy 평가 시 사용되는 코드
FX XY Stage Accuracy 평가 시 사용되는 코드입니다. (Y방향 평가용)
Focus Stage Straightness test
FX 장비 생산 시 Focus stage의 Straightness를 확인하는 데 사용되는 script입니다.