Spot

SCPI Command :

[SENSe]:CORRection:LOSS:OUTPut:SPOT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:CORRection:LOSS:OUTPut:SPOT
value: float = driver.applications.k30NoiseFigure.sense.correction.loss.output.spot.get()

Defines a constant output loss for all measurement points.

Returns:

loss: Range: -999.99 to 999.99, Unit: DB

set(loss: float) None[source]
# [SENSe]:CORRection:LOSS:OUTPut:SPOT
driver.applications.k30NoiseFigure.sense.correction.loss.output.spot.set(loss = 1.0)

Defines a constant output loss for all measurement points.

Parameters:

loss – Range: -999.99 to 999.99, Unit: DB