Command/Query
:CALCulate<Ch>[:SELected]:CORRection:EDELay:TIME <Value>
:CALCulate<Ch>[:SELected]:CORRection:EDELay:TIME?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:CORRection:EDELay:TIME <Value>
:CALCulate<Ch>:TRACe<Tr>:CORRection:EDELay:TIME?
This command sets/gets the electrical delay time.
Parameter |
Value |
Description |
Electrical delay time. |
Data Type |
Numeric type (Real) |
Range |
-10 to 10 |
Preset Value |
0 |
Unit |
s |
Note |
If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set. |
{numeric}<newline><^END>
Dim Var as Double
Var= 0.1
Ena.WriteString ":CALC1:CORR:EDEL:TIME " & Str(Var), True
Ena.WriteString ":CALC1:CORR:EDEL:TIME?", True
Var=Ena.ReadNumber
Scale > Electrical Delay > Electrical Delay
SCPI.CALCULATE(Ch).SELECTED.CORRECTION.EDELAY.TIME
SCPI.CALCULATE(Ch).TRACE(Tr).CORRECTION.EDELAY.TIME