Pexcursion
SCPI Command :
[SENSe]:LIST:RANGe<ri>:PEXCursion
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(rangePy=RangePy.Default) float[source]
# [SENSe]:LIST:RANGe<ri>:PEXCursion value: float = driver.applications.k50Spurious.sense.listPy.range.pexcursion.get(rangePy = repcap.RangePy.Default)
Defines the minimum level value by which the signal must rise or fall after a detected spur so that a new spur is detected.
- Parameters:
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- Returns:
loffset: Unit: DB
- set(loffset: float, rangePy=RangePy.Default) None[source]
# [SENSe]:LIST:RANGe<ri>:PEXCursion driver.applications.k50Spurious.sense.listPy.range.pexcursion.set(loffset = 1.0, rangePy = repcap.RangePy.Default)
Defines the minimum level value by which the signal must rise or fall after a detected spur so that a new spur is detected.
- Parameters:
loffset – Unit: DB
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)