Command/Query
:CALCulate<Ch>[:SELected]:TRANsform:DISTance:KBESsel <Value>
:CALCulate<Ch>[:SELected]:TRANsform:DISTance:KBESsel?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:TRANsform:DISTance:KBESsel <Value>
:CALCulate<Ch>:TRACe<Tr>:TRANsform:DISTance:KBESsel?
This command sets/gets the shape of the Kayser Bessel window using β used for the transformation function of the fault location display. Use :CALC:TRAN:TIME:KBES when :CALC:TRAN:METH is set at time.
Parameter |
Value |
Description |
Kayser Beta |
Data Type |
Numeric type (Real) |
Range |
0 to 13 |
Preset Value |
6 |
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= 7
Ena.WriteString ":CALC1:TRAN:DIST:KBES " & Str(Var), True
Ena.WriteString ":CALC1:TRAN:DIST:KBES?", True
Var=Ena.ReadNumber
Analysis > Transform > Window > Kaiser Beta
SCPI.CALCULATE(Ch).SELECTED.TRANSFORM.DISTANCE.KBESSEL
SCPI.CALCULATE(Ch).TRACE(Tr).TRANSFORM.DISTANCE.KBESSEL