Spot
SCPI Command :
[SENSe]:CORRection:ENR:CALibration:SPOT
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get() float[source]
# [SENSe]:CORRection:ENR:CALibration:SPOT value: float = driver.applications.k30NoiseFigure.sense.correction.enr.calibration.spot.get()
Defines the constant ENR for all measurement points during calibration. Is available when you use different noise sources for calibration and measurement ([SENSe:]CORRection:ENR:COMMon OFF) .
- Returns:
enr: Range: -999.99 to 999.99, Unit: DB
- set(enr: float) None[source]
# [SENSe]:CORRection:ENR:CALibration:SPOT driver.applications.k30NoiseFigure.sense.correction.enr.calibration.spot.set(enr = 1.0)
Defines the constant ENR for all measurement points during calibration. Is available when you use different noise sources for calibration and measurement ([SENSe:]CORRection:ENR:COMMon OFF) .
- Parameters:
enr – Range: -999.99 to 999.99, Unit: DB
Cloning the Group
# Create a copy of the original group, that exists independently
spot_copy = driver.applications.k30NoiseFigure.sense.correction.enr.calibration.spot.clone()
Subgroups