Property (Read-Write)
SCPI.CALCulate(Ch).SELected.TRANsform.TIME.CLOSs = Value
Value = SCPI.CALCulate(Ch).SELected.TRANsform.TIME.CLOSs
This command sets/gets the cable loss value used for the transformation function of the time domain function, for the active trace of the selected channel ( Ch).
Parameter |
Value |
Description |
Cable loss value |
Data Type |
Double precision floating point type (Double) |
Range |
0 to 1000 |
Preset Value |
0 |
Unit |
dB/μsec |
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. |
Dim Closs as Double
SCPI.CALCulate(4).SELected.TRANsform.TIME.CLOSs = 3.4
Closs = SCPI.CALCulate(4).SELected.TRANsform.TIME.CLOSs
Analysis > Fault Location > Cable Loss
:CALCulate{[1]-4}[:SELected]:TRANsform:TIME:CLOSs <numeric>
:CALCulate{[1]-4}[:SELected]:TRANsform:TIME:CLOSs?
{numeric} <newline><^END>
10 OUTPUT 717;":CALC1:TRAN:TIME:CLOS 0"
20 OUTPUT 717;":CALC1:TRAN:TIME:CLOS?"
30 ENTER 717;A