Property (Read-Write)
SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.STIMulus = Param
Param = SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.STIMulus
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).
Parameter |
Param |
Description |
The stimulus type |
Data Type |
Character string type (String) |
Range |
Select from the following:
|
Preset Value |
"IMPulse" |
Dim StimType as String
SCPI.CALCulate(4).SELected.TRANsform.DISTance.STIMulus = "IMPulse"
StimType = SCPI.CALCulate(4).SELected.TRANsform.DISTance.STIMulus
SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.STATe
SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.TYPE
Analysis > Fault Location > Type > Bandpass|Lowpass Step|Lowpass Imp
When performing this operation from the front panel, you select the transformation type at the same time.
:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:STIMulus {IMPulse|STEP}
:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:STIMulus?
{IMP|STEP} <newline><^END>
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$