IEEE-488 Reference
4-150
Programming example 10 OUTPUT 716; “:curr:ac:det aver; det?”
20 ENTER 716; A$
30 PRINT A$
40 END
Line 10 Selects the average detector for ACI and then queries the detector.
Line 20 Addresses the Model 2001 to talk.
Line 30 Displays the detector (AVER).
4.19.14 :PWINdow <n>
[:SENSe[1]]:VOLTage:AC:DETector:PWINdow <n> Set peak detection window for ACV
Parameters <n> = 0.1 to 9.9 Peak spike detection window (in seconds)
= DEFault 0.1sec window
= MINimum 0.1sec window
= MAXimum 9.9sec window
Format :volt:ac:det:pwin <n>
Defaults Power-up Saved power-on setup
*RST 0.1sec
:SYSTem:PRESet 0.1sec
Query :PWINdow? Query spike detection window
:PWINdow? DEFault Query *RST default window
:PWINdow? MINimum Query lowest allowable window
:PWINdow? MAXimum Query largest allowable window
Short-form formats: :volt:ac:det:pwin?
:volt:ac:det:pwin? def
:volt:ac:det:pwin? min
:volt:ac:det:pwin? max
Response Message: 0.1 to 9.9 (sec)
Description This command is used to set the detection window for peak spike measurements (:NPEak or
:PPEak). The instrument will measure and display the largest peak spike that occurs within each
specified detection window. For example, for a ½ second window, the instrument will display
the peak spike after every ½ second.
Programming example 10 OUTPUT 716; “:volt:ac:det:pwin 1; pwin?”
20 ENTER 716; A$
30 PRINT A$
40 END
Line 10 Specifies a one second window, and then queries the spike window.
Line 20 Addresses the Model 2001 to talk.
Line 30 Displays the spike window (1).