:CALC<Ch>:CORR:EDEL:WGC

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:CORRection:EDELay:WGCutoff <Value>

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

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:CORRection:EDELay:WGCutoff <Value>

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

Description

This command sets/gets the cut-off frequency when waveguide is selected as an electrical delay time.

Variable

Parameter

Value

Description

Cut-off frequency.

Data Type

Numeric type (Real)

Range

100k to maximum frequency

Preset Value

100k

Unit

Hz

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= 100000
Ena.WriteString ":CALC1:CORR:EDEL:WGC " & Str(Var), True
Ena.WriteString ":CALC1:CORR:EDEL:WGC?", True
Var=Ena.ReadNumber

Related Commands

:CALC:CORR:EDEL:MED

:CALC:CORR:EDEL:TIME

Equivalent Softkey

Scale > Electrical Delay > Cutoff Frequency

COM Command Syntax (Internal Control Only)

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

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