Function introduction
54 AFG31000 Series Arbitrary Function Generator User's Manual
The following pulse waveform formulas are applied to leading edge time, trailing edge time, pulse
period, and pulse width.
lEdge = Leading edge time
tEdge = Trailing edge time
Maximum leading edge time. This value is the minimum of the three calculations in each instance.
If runMode = Continuous:
Temp1 = 0.8 * 2.0 * width – tEdge
Temp2 = ( period – width ) * 0.8 * 2.0 – tEdge
Temp3 = 0.625 * period
If runMode is not Continuous:
Temp1 = 0.8 * 2.0 * width – tEdge
Temp2 = ( period – leadDelay – width ) * 0.8 * 2.0 – tEdge
Temp3 = 0.625 * period
Maximum trailing edge time. This value is the minimum of the three calculations in each instance.
If runMode = Continuous:
Temp1 = 0.8 * 2.0 * width – lEdge
Temp2 = ( period – width ) * 0.8 * 2.0 – lEdge
Temp3 = 0.625 * period
If runMode is not Continuous:
Temp1 = 0.8 * 2.0 * width – lEdge
Temp2 = ( period – leadDelay – width ) * 0.8 * 2.0 – lEdge
Temp3 = 0.625 * period