Spot
SCPI Command :
[SENSe]:CORRection:ENR:CALibration:SPOT
- class SpotCls[source]
- Spot commands group definition. 3 total commands, 2 Subgroups, 1 group commands - get() float[source]
- # SCPI: [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) . - return
- enr: Range: -999.99 to 999.99, Unit: DB 
 
 - set(enr: float) None[source]
- # SCPI: [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) . - param enr
- Range: -999.99 to 999.99, Unit: DB 
 
 
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k30NoiseFigure.sense.correction.enr.calibration.spot.clone()
Subgroups