Pexcursion

SCPI Command :

[SENSe]:LIST:RANGe<ri>:PEXCursion
class PexcursionCls[source]

Pexcursion commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(rangePy=RangePy.Default) float[source]
# SCPI: [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.

param rangePy

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)

return

loffset: Unit: DB

set(loffset: float, rangePy=RangePy.Default) None[source]
# SCPI: [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.

param loffset

Unit: DB

param rangePy

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)