Property (Read-Write)
SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.CLOSs = Value
Value = SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.CLOSs
This command sets/gets the cable loss value used for the transformation function of the fault location display, for the active trace of the selected channel ( Ch).
Parameter |
Value |
Description |
Cable Loss value |
Data Type |
Double precision floating point type (Double) |
Range |
Varies depending on the distance unit. |
Preset Value |
0 |
Unit |
dB/100m or dB/100ft |
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.DISTance.CLOSs = 10
Closs = SCPI.CALCulate(4).SELected.TRANsform.DISTance.CLOSs
SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.UNIT
Analysis > Fault Location > Cable Loss
:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:CLOSs <numeric>
:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:CLOSs?
{numeric} <newline><^END>
10 OUTPUT 717;":CALC1:TRAN:DIST:CLOS 0"
20 OUTPUT 717;":CALC1:TRAN:DIST:CLOS?"
30 ENTER 717;A