WAVE{1|2|3}:EDIT:USER:DATA:POIN
Sets a user-defined waveform by using the waveform bank that you want to edit (specified by its number and phase) and the point that you specify.
Assign waveform data to points that are derived by dividing one cycle (phase angle of 360 degrees) by 1024 (positive peak is 8191 and negative peak is -8191).
This command is valid in single-phase three-wire output or three-phase output (PCR-LE optional).
This command is valid in AC mode (when the parameter to OUTP:COUP is AC).
This command is not valid when the synchronization function is in use (FREQ:SYNC ON).
If you specify the waveform bank (using WAVE:BANK) and then turn the output on (using OUTP ON), you cannot specify the same waveform bank number with this command (the command will not be valid).
Command
U phase
[SOURce:]WAVE1:EDIT:USER:DATA:POINt <BANK_NR1>,<POINT_NR1>,<data_NR1>
[SOURce:]WAVE1:EDIT:USER:DATA:POINt? <BANK_NR1>,<POINT_NR1>
V phase
[SOURce:]WAVE2:EDIT:USER:DATA:POINt <BANK_NR1>,<POINT_NR1>,<data_NR1>
[SOURce:]WAVE2:EDIT:USER:DATA:POINt? <BANK_NR1>,<POINT_NR1>
W phase (Three-phase output only)
[SOURce:]WAVE3:EDIT:USER:DATA:POINt <BANK_NR1>,<POINT_NR1>,<data_NR1>
[SOURce:]WAVE3:EDIT:USER:DATA:POINt? <BANK_NR1>,<POINT_NR1>
Parameter (BANK_NR1, waveform bank number)
Value | 1 to 63 |
Parameter (POINT_NR1, point)
Value | 0 to 1023 |
Parameter (data_NR1)
Value | -8191 to 8191 A sine wave by default |
When setting a rectangular wave to waveform bank number 1 of phase U
Assign waveform data 8191 to point 0 to point 511.
Example: The command to set point 0 of waveform bank number 1 of phase U: WAVE1:EDIT:USER:DATA:POIN 1,0,8191
Assign waveform data 0 to point 512.
Example: The command to set point 512 of waveform bank number 1 of phase U: WAVE1:EDIT:USER:DATA:POIN 1,512,0
Assign waveform data -8191 to point 513 to point 1022.
Example: The command to set point 513 of waveform bank number 1 of phase U: WAVE1:EDIT:USER:DATA:POIN 1,513,-8191
Assign waveform data 0 to point 1023.
When you set all the points, waveform bank number 1 of phase U will contain the following rectangular waveform data.
Response
Returns the user-defined waveform data of U phase in NR1 format in response to WAVE1:EDIT:USER:DATA:POIN? <BANK>, <POINT>.
Returns the user-defined waveform data of V phase in NR1 format in response to WAVE2:EDIT:USER:DATA:POIN? <BANK>, <POINT>.
Returns the user-defined waveform data of W phase in NR1 format in response to WAVE3:EDIT:USER:DATA:POIN? <BANK>, <POINT>.