Spot
SCPI Command :
[SENSe]:CORRection:ENR[:MEASurement]:SPOT
- Commands in total: 3Subgroups: 2Direct 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