User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
The following instruction defines F2 to compute the Power Average of the Power Spectrum of C1 over 244
sweeps.
F2:DEF EQN,'AVG(FFT(C1)'
TYPE,POWERSPECTRUM,WINDOW,RECT,ALGORITHM,POWER2,FILLTYPE,TRUNCATE,
SUPPRESSDC,ON,AVERAGETYPE,SUMMED,SWEEPS,244
The following instructions define F3 to construct the histogram of the P2 rise time measurements. The
histogram has a linear vertical scaling, accumulates up to 1000 parameter values, and rescales
automatically. The rise time parameter values are binned into 100 bins.
F3:DEF EQN,'HIST(P2)',VALUES,1000,BINS,100,HORSCALE,1 S,
CENTER,0E-12 S,VERSCALETYPE,LINEAR,AUTOFINDSCALE,ON
The following instruction defines F1 to correlate C1 and C2 for 5 divisions starting at division
F1:DEF EQN,"CORR(C1,C2)",CORRLENGTH,5 DIV,CORRSTART,0E-3 DIV
The following instruction defines F1 to take the derivative of C1:
F1:DEF EQN,"DERI(C1)",VERSCALE,1E+6 V/S,VEROFFSET,48E+3 V/S,ENABLEAUTOSCALE,ON
The following instruction defines F1 to Enhance Resolution of the C1 trace by interpolating .5 bits between
each sample point:
F1:DEF EQN,"ERES(C1)",BITS,0.5
Related Commands
FIND_CTR_RANGE, FUNCTION_RESET, INR?, PARAMETER_CUSTOM, PARAMETER_VALUE?, PASS_FAIL_
CONDITION
6-98