Spot

SCPI Command :

[SENSe]:CORRection:ENR[:MEASurement]:SPOT
Commands in total: 3
Subgroups: 2
Direct child commands: 1
get() float[source]
# [SENSe]:CORRection:ENR[:MEASurement]:SPOT
value: float = driver.applications.k30NoiseFigure.sense.correction.enr.measurement.spot.get()

Defines the constant ENR for all measurement points during the actual measurement.

Returns:

enr: Unit: DB

set(enr: float) None[source]
# [SENSe]:CORRection:ENR[:MEASurement]:SPOT
driver.applications.k30NoiseFigure.sense.correction.enr.measurement.spot.set(enr = 1.0)

Defines the constant ENR for all measurement points during the actual measurement.

Parameters:

enr – Unit: DB

Cloning the Group

# Create a copy of the original group, that exists independently
spot_copy = driver.applications.k30NoiseFigure.sense.correction.enr.measurement.spot.clone()

Subgroups