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

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.CLOSs = Value

Value = SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.CLOSs

Description

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).

Variable

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.

Examples

Dim Closs as Double
SCPI.CALCulate(4).SELected.TRANsform.DISTance.CLOSs = 10
Closs = SCPI.CALCulate(4).SELected.TRANsform.DISTance.CLOSs

Related Objects

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

Equivalent Key

Analysis > Fault Location > Cable Loss

Equivalent SCPI Command

Syntax

:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:CLOSs <numeric>

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

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":CALC1:TRAN:DIST:CLOS 0"
20 OUTPUT 717;":CALC1:TRAN:DIST:CLOS?"
30 ENTER 717;A