:CALC<Ch>:CORR:EDEL:MED

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:CORRection:EDELay:MEDium {COAXial|WAVeguide}

:CALCulate<Ch>[:SELected]:CORRection:EDELay:MEDium?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:CORRection:EDELay:MEDium {COAXial|WAVeguide}

:CALCulate<Ch>:TRACe<Tr>:CORRection:EDELay:MEDium?

Description

This command select the media type for calculating the electrical delay time.

Variable

Parameter

Selection Option

Description

Select the media type for calculating the electrical delay time.

Data Type

Character string type (String)

Range

"COAXial": Coaxial as a media type

"WAVeguide": Waveguide as a media type

Preset Value

"COAXial"

Query Response

{COAX|WAV}<newline><^END>

Examples

Dim Var as String
Var= "COAXial"
Ena.WriteString ":CALC1:CORR:EDEL:MED " & Var, True
Ena.WriteString ":CALC1:CORR:EDEL:MED?", True
Var=Ena.ReadString

Related Commands

:CALC:CORR:EDEL:TIME

:CALC:CORR:EDEL:WGC

Equivalent Softkey

Scale > Electrical Delay > Media

COM Command Syntax (Internal Control Only)

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

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