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

Object Type

Property (Read-Write)

Syntax

All revision:

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

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

 

In revision A.9.60 and above, the following syntax is also supported:

SCPI.CALCulate(Ch).TRACe(Tr).TRANsform.TIME.KBESsel = Value

Value = SCPI.CALCulate(Ch).TRACe(Tr).TRANsform.TIME.KBESsel

Description

This command sets/gets the shape of the Kayser Bessel window used for the transformation function of the time domain function, for the active trace of selected channel (Ch).

 

In revision A.9.60 and above, you can select the trace and set/get the shape of the Kayser Bessel window used for the transformation function of the time domain function, for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.

Variable

Parameter

Value

Description

The value of b 

Data type

Double precision floating point type (Double)

Range

0 to13

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 Beta As Double
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.TRANsform.TIME.KBESsel = 3
Beta = SCPI.CALCulate(1).SELected.TRANsform.TIME.KBESsel

Related objects

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

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

SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STATe

SCPI.CALCulate(Ch).PARameter(Tr).SELect

Equivalent key

Analysis > Transform > Center

Equivalent SCPI command

Syntax

All revision:

:CALCulate{[1]-160}[:SELected]:TRANsform:TIME:KBESsel <numeric>

:CALCulate{[1]-160}[:SELected]:TRANsform:TIME:KBESsel?

 

In revision A.9.60 and above, the following syntax is also supported:

:CALCulate{[1]-160}:TRACe{[1]-16}:TRANsform:TIME:KBESsel <numeric>

:CALCulate{[1]-160}:TRACe{[1]-16}:TRANsform:TIME:KBESsel?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:TRAN:TIME:KBES 3"
20 OUTPUT 717;":CALC1:TRAN:TIME:KBES?"
30 ENTER 717;A