Property (Read-Write)
SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.KBESsel = Value
Value = SCPI.CALCulate(Ch).SELected.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, for the active trace of the selected channel ( Ch).
Parameter |
Value |
Description |
The value of β |
Data Type |
Double precision floating point type (Double) |
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. |
Dim KBeta as Double
SCPI.CALCulate(4).SELected.TRANsform.DISTance.KBESsel = 3
KBeta = SCPI.CALCulate(4).SELected.TRANsform.DISTance.KBESsel
SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.IMPulse.WIDTh
SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.STEP.RTIMe
Analysis > Fault Location > Window > Kaiser Beta
:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:KBESsel <numeric>
:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:KBESsel?
{numeric} <newline><^END>
10 OUTPUT 717;":CALC1:TRAN:DIST:KBES 0"
20 OUTPUT 717;":CALC1:TRAN:DIST:KBES?"
30 ENTER 717;A