Command/Query
:SENSe<Ch>:CORRection:EXTension:PORT<Pt>:LOSS<Num> <Value>
:SENSe<Ch>:CORRection:EXTension:PORT<Pt>:LOSS<Num>?
This command sets/gets the Loss value for the loss number <Num> (1 or 2) for the specified port number <Pt> (1 or 2).
Parameter |
Value |
Description |
Loss |
Data Type |
Numeric type (Real) |
Range |
-90 ~ 90 |
Preset Value |
0 |
Unit |
dB |
Resolution |
- |
{numeric}<newline><^END>
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
Calibration > Port Extensions > {Extension Port n} > Loss > {Loss n}
SCPI.SENSE(Ch).CORRECTION.EXTENSION.PORT(Pt).LOSS(Num)