:SENS<Ch>:CORR:EXT:PORT<Pt>:LOSS<Num>

Type

Command/Query

Syntax

:SENSe<Ch>:CORRection:EXTension:PORT<Pt>:LOSS<Num> <Value>

:SENSe<Ch>:CORRection:EXTension:PORT<Pt>:LOSS<Num>?

Description

This command sets/gets the Loss value for the loss number <Num> (1 or 2) for the specified port number <Pt> (1 or 2).

Variable

Parameter

Value

Description

Loss

Data Type

Numeric type (Real)

Range

-90 ~ 90

Preset Value

0

Unit

dB

Resolution

-

Query Response

{numeric}<newline><^END>

Examples

Dim Var as Double
Var= 0
Ena.WriteString ":SENS1:CORR:EXT:PORT1:LOSS1 " & Str(Var), True
Ena.WriteString ":SENS1:CORR:EXT:PORT1:LOSS1?", True
Var=Ena.ReadNumber

Related Commands

:SENS:CORR:EXT:PORT:FREQ

:SENS:CORR:EXT:PORT:INCL

:SENS:CORR:EXT:PORT:LDC

:SENS:CORR:EXT:PORT:WAV:CUT

:SENS:CORR:EXT:PORT:WAV:TIME

Equivalent Softkey

Calibration > Port Extensions > {Extension Port n} > Loss > {Loss n}

COM Command Syntax (Internal Control Only)

SCPI.SENSE(Ch).CORRECTION.EXTENSION.PORT(Pt).LOSS(Num)