:SERVice:SWEep:POINts
Description
This command reads out the upper limit of the number of measurement points which is 100000 for all devices.
Syntax
:SERVice:SWEep:POINts?
| Command | Query | Query Response |
|---|---|---|
| No | Yes | The maximum number of measurement points. |
Sample usage
Get the maximum number of measurement (sweep) points (e.g. value for Bode 100).
response = visaSession.query(':SERVice:SWEep:POINts?\n')
print(response)
Output
100000