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

Object Type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

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.

Examples

Dim Closs as Double
SCPI.CALCulate(4).SELected.TRANsform.TIME.CLOSs = 3.4
Closs = SCPI.CALCulate(4).SELected.TRANsform.TIME.CLOSs

Related Objects

Equivalent Key

Analysis > Fault Location > Cable Loss

Equivalent SCPI Command

Syntax

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

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

Query Response

{numeric} <newline><^END>

Example of use

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