Count → Spacing
Input
L=6000, leftOffset=100, rightOffset=100, n=5
Output
Le=5800, pitch=1450, x=[100,1550,3000,4450,5900]
ಮೌಲ್ಯಗಳನ್ನು ನಮೂದಿಸಿದ వెంటనే schematic ಮತ್ತು coordinate table ಪಡೆಯಿರಿ.
Input
L=6000, leftOffset=100, rightOffset=100, n=5
Output
Le=5800, pitch=1450, x=[100,1550,3000,4450,5900]
Input
L=6000, leftOffset=100, rightOffset=100, pitch=450, rounding=ceil
Output
nCandidate=14 does not fit, so it is auto-adjusted to n=13
Le = L - leftOffset - rightOffsetn2p: pitchActual = Le / (n - 1)p2n: nCandidate = floor / ceil / round(Le / pitch) + 1equal: pitchActual = Le / (n - 1), remainder = 0centered: start = leftOffset + remainder / 2flush-right: start = leftOffset + remainderEqual spacing ಮೋಡ್ನಲ್ಲಿ effective length ಅನ್ನು ಪೂರ್ಣವಾಗಿ ತುಂಬಲು actual spacing ಅನ್ನು ಮರುಲೆಕ್ಕಿಸಲಾಗುತ್ತದೆ.
Fixed spacing ನಿಯಮಗಳ ಅಡಿಯಲ್ಲಿ ಕೇಳಿದ count ಸರಿಯಾಗಿರಲಿಲ್ಲ, ಆದ್ದರಿಂದ ಅದು ಹೊಂದುವ ಮೌಲ್ಯಕ್ಕೆ ಸ್ವಯಂಚಾಲಿತವಾಗಿ ಸರಿಪಡಿಸಲಾಗಿದೆ ಎಂದು ಅರ್ಥ.
It sets both offsets to the larger value and switches the layout rule to Centered.
No. This is a placement-support tool only and does not perform structural verification.