:CALC<Ch>:CORR:EDEL:TIME

Type

Command/Query

Syntax

: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?

Description

This command sets/gets the electrical delay time.

Variable

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.

Query Response

{numeric}<newline><^END>

Examples

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

Related Commands

:CALC:CORR:EDEL:MED

:CALC:CORR:EDEL:WGC

Equivalent Softkey

Scale > Electrical Delay > Electrical Delay

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.CORRECTION.EDELAY.TIME

SCPI.CALCULATE(Ch).TRACE(Tr).CORRECTION.EDELAY.TIME