Technical data

Measure Commands 24
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 525
:MEASure:JITTer:SPECtrum:WINDow
Command
:MEASure:JITTer:SPECtrum:WINDow {RECTangular | HANNing | FLATtop
| BHARris | HAMMing}
The :MEASure:JITTer:SPECtrum:WINDow command sets the jitter spectrum
window mode. For a description of the window modes, see
":FUNCtion<N>:FFT:WINDow" on page 301.
Example This example sets the jitter spectrum window mode to Hanning.
myScope.WriteString ":MEASure:JITTer:SPECtrum:WINDow HANNing"
Query :MEASure:JITTer:SPECtrum:WINDow?
The :MEASure:JITTer:SPECtrum:WINDow? query returns the current jitter
spectrum window mode setting.
Returned format
[:MEASure:JITTer:SPECtrum:WINDow] {RECTangular | HANNing | FLATtop
| BHARris | HAMMing}<NL>
Example This example places the current setting of the jitter spectrum window
mode in the string variable strSetting, then prints the contents of the
variable to the computer's screen.
myScope.WriteString ":SYSTem:HEADer OFF"
myScope.WriteString ":MEASure:JITTer:SPECtrum:WINDow?"
strSetting = myScope.ReadString
Debug.Print strSetting
NOTE
This command is only available when the E2681A Jitter Analysis Software or the
N5400A/N5401A Software is installed.