SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.KBESsel

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.KBESsel = Value

Value = SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.KBESsel

Description

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).

Variable

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.

Examples

Dim KBeta as Double
SCPI.CALCulate(4).SELected.TRANsform.DISTance.KBESsel = 3
KBeta = SCPI.CALCulate(4).SELected.TRANsform.DISTance.KBESsel

Related Objects

SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.IMPulse.WIDTh

SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.STEP.RTIMe

Equivalent Key

Analysis > Fault Location > Window > Kaiser Beta

Equivalent SCPI Command

Syntax

:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:KBESsel <numeric>

:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:KBESsel?

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":CALC1:TRAN:DIST:KBES 0"
20 OUTPUT 717;":CALC1:TRAN:DIST:KBES?"
30 ENTER 717;A