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