Command/Query
: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?
This command sets/gets the cut-off frequency when waveguide is selected as an electrical delay time.
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. |
{numeric}<newline><^END>
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
Scale > Electrical Delay > Cutoff Frequency
SCPI.CALCULATE(Ch).SELECTED.CORRECTION.EDELAY.WGCUTOFF
SCPI.CALCULATE(Ch).TRACE(Tr).CORRECTION.EDELAY.WGCUTOFF