SCPI.CALCulate(Ch).SRL.IMPedance.MANual

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SRL.IMPedance.MANual = Value

Value = SCPI.CALCulate(Ch).SRL.IMPedance.MANual

Description

This command sets/gets the average cable impedance to be used in the SRL calculation, for the active trace of the selected channel ( Ch).

Variable

Parameter

Value

Description

The average cable impedance value

Data Type

Double precision floating point type (Double)

Range

10 to 1000

Preset Value

50

Unit

Examples

Dim Imp as Double
SCPI.CALCulate(1).SRL.IMPedance.MANual = 75
Imp = SCPI.CALCulate(1).SRL.IMPedance.MANual

Related Objects

SCPI.CALCulate(Ch).SRL.IMPedance.AUTO.CUToff

SCPI.CALCulate(Ch).SRL.IMPedance.AUTO.STATe

Equivalent Key

Analysis > SRL > Manual Z

Equivalent SCPI Command

Syntax

:CALCulate{[1]-4}:SRL:IMPedance:MANual <numeric>

:CALCulate{[1]-4}:SRL:IMPedance:MANual?

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":CALC1:SRL:IMP:MAN 0"
20 OUTPUT 717;":CALC1:SRL:IMP:MAN?"
30 ENTER 717;A