Property (Read-Write)
SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STIMulus = Param
Param = SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STIMulus
This command sets/gets the stimulus type used for the transformation function of the time domain function, 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(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.TRANsform.TIME.STIMulus = "step"
StimType = SCPI.CALCulate(1).SELected.TRANsform.TIME.STIMulus
SCPI.CALCulate(Ch).SELected.TRANsform.TIME.TYPE
SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STATe
SCPI.CALCulate(Ch).PARameter(Tr).SELect
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:TIME:STIMulus {IMPulse|STEP}
:CALCulate{[1]-4}[:SELected]:TRANsform:TIME:STIMulus?
{IMP|STEP}<newline><^END>
10 OUTPUT 717;":CALC1:TRAN:TIME LPAS"
20 OUTPUT 717;":CALC1:TRAN:TIME:STIM STEP"
30 OUTPUT 717;":CALC1:TRAN:TIME:STIM?"
40 ENTER 717;A$