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

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.STIMulus = Param

Param = SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.STIMulus

Description

This command sets/gets the stimulus type used for the transformation function of the fault location display, for the active trace of the selected channel ( Ch).

Variable

Parameter

   Param

Description

The stimulus type

Data Type

Character string type (String)

Range

Select from the following:

Preset Value

"IMPulse"

Examples

Dim StimType as String
SCPI.CALCulate(4).SELected.TRANsform.DISTance.STIMulus = "IMPulse"
StimType = SCPI.CALCulate(4).SELected.TRANsform.DISTance.STIMulus

Related Objects

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

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

Equivalent Key

Analysis > Fault Location > Type > Bandpass|Lowpass Step|Lowpass Imp

Equivalent SCPI Command

Syntax

:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:STIMulus {IMPulse|STEP}

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

Query Response

{IMP|STEP} <newline><^END>

Example of use

10 OUTPUT 717;":CALC1:TRAN:DIST LPAS"
20 OUTPUT 717;":CALC1:TRAN:DIST:STIM STEP"
30 OUTPUT 717;":CALC1:TRAN:DIST:STIM?"
40 ENTER 717;A$