Spot
SCPI Command :
[SENSe]:CORRection:LOSS:INPut:SPOT
- class SpotCls[source]
Spot commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:CORRection:LOSS:INPut:SPOT value: float = driver.applications.k30NoiseFigure.sense.correction.loss.inputPy.spot.get()
Defines a constant input loss for all measurement points.
- return
loss: Range: -999.99 to 999.99, Unit: DB
- set(loss: float) None [source]
# SCPI: [SENSe]:CORRection:LOSS:INPut:SPOT driver.applications.k30NoiseFigure.sense.correction.loss.inputPy.spot.set(loss = 1.0)
Defines a constant input loss for all measurement points.
- param loss
Range: -999.99 to 999.99, Unit: DB