Command/Query
: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?
This command select the media type for calculating the electrical delay time.
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" |
{COAX|WAV}<newline><^END>
Dim Var as String
Var= "COAXial"
Ena.WriteString ":CALC1:CORR:EDEL:MED " & Var, True
Ena.WriteString ":CALC1:CORR:EDEL:MED?", True
Var=Ena.ReadString
Scale > Electrical Delay > Media
SCPI.CALCULATE(Ch).SELECTED.CORRECTION.EDELAY.MEDIUM
SCPI.CALCULATE(Ch).TRACE(Tr).CORRECTION.EDELAY.MEDIUM