Agilent Technologies 5951-2827, 5951-2826 manual Continuous Transient Operation Example

Models: 5951-2826 5951-2827

1 94
Download 94 pages 5.08 Kb
Page 71
Image 71

70 OUTPUT 705;”INPUT ON"

80 OUTPUT 705;”MEAS:POW?"

90 ENTER 705;A

100 DISP A

110 END

Line 10: Turns off Electronic Load input.

Line 20: Selects the CR mode.

Line 30: Sets the current protection limit to 2 A with a trip delay of 5 seconds.

Line 40: Enables the current protection feature.

Line 50: Selects the middle range.

Line 60: Sets the resistance level to 100 ohms.

Line 70: Turns on Electronic Load input.

Line 80: Measures the computed input power level and stores it in a buffer inside the Electronic Load.

Line 90: Reads the computed power level into variable A in the computer.

Line 100: Displays the computed power level on the computer's display.

Continuous Transient Operation Example

This example sets the CC levels and programs the slew, frequency, and duty cycle parameters for continuous transient operation.

10 OUTPUT 705;"INPUT OFF"

20 OUTPUT 705;"MODE:CURR"

30 OUTPUT 705;"CURR .5"

40 OUTPUT 705;"CURR:TLEV 1;SLEW 2500"

50 OUTPUT 705;"TRAN:MODE CONT;FREQ 5000;DCYC 40"

60 OUTPUT 705;"TRAN ON"

70 OUTPUT 705;"INPUT ON"

80 END

Line 10: Turns off Electronic Load input

Line 20: Selects the CC mode.

Line 30: Sets the main current level to .5 A.

Line 40: Sets the transient current level to 1 A and the slew rate to 2500 A/s (or the closest slew rate step to this value depending upon the model being programmed.

Line 50: Selects continuous transient operation, sets the transient generator frequency to 5 kHz, and sets the duty cycle to 40%.

Line 60: Turns on the transient generator. Line 70 Turns on Electronic Load input.

Pulsed Transient Operation Example

This example sets the CR levels, selects the bus as the trigger source, sets the fastest slew rate, programs a pulse width of 1 millisecond for pulsed transient operation.

10 OUTPUT 705;"INPUT OFF"

20 OUTPUT 705;"MODE:RES"

30 OUTPUT 705;"RES 10"

40 OUTPUT 705;"RES:TLEV 5"

50 OUTPUT 705;"TRIG:SOUR BUS"

60 OUTPUT 705;"CURR:SLEW 5000000"

70 OUTPUT 705;"TRAN:MODE PULS;TWID .001"

Remote Operation 71

Page 71
Image 71
Agilent Technologies 5951-2827, 5951-2826 manual Continuous Transient Operation Example, Pulsed Transient Operation Example