SCPI.INPut.ATTenuation.GPPort.R

Object Type

Property (Read-Write)

Syntax

SCPI.INPut.ATTenuation.GPPort.R = Value

Value = SCPI.INPut.ATTenuation.GPPort.R

Description

This command sets/gets the input attenuation of port R for gain phase measurement.

Variable

Parameter

Value

Description

input attenuation of port R

Data Type

Double precision floating point type (Double)

Range

0 or 20

Preset Value

20

Unit

dB

Examples

Dim AttPortR as Double
SCPI.INPut.ATTenuation.GPPort.R = 20
AttPortR = SCPI.INPut.ATTenuation.GPPort.R

Related Objects

SCPI.INPut.ATTenuation.GPPort.T

SCPI.INPut.IMPedance.GPPort.R

SCPI.INPut.IMPedance.GPPort.T

Equivalent Key

Meas > Gain-Phase > R Attenuator > 0dB | 20dB

System > Overload Recovery > R Attenuator > 0dB | 20dB

Equivalent SCPI Command

Syntax

:INPut:ATTenuation:GPPort:R <numeric>

:INPut:ATTenuation:GPPort:R?

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":INP:ATT:GPP:R 20"
20 OUTPUT 717;":INP:ATT:GPP:R ?"
30 ENTER 717;A