ScrSetLogFreqPointDist
|
Sets the distribution type for frequency sweeps. |
|
| UI Command: | None. |
| Syntax: | obj.ScrSetLogFreqPointDist(<flag>) |
| Parameters: |
INT flag (1 = log-based frequency distribution; 0 = linear distribution) |
| Return Value: |
None. |
| VB Example: |
obj.ScrSetLogFreqPointDist 1 |
| IPY Example: |
oDoc.ScrSetLogFreqPointDist(1) |