Loffset

SCPI Command :

[SENSe]:LIST:RANGe<ri>:LOFFset
class LoffsetCls[source]

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

get(rangePy=RangePy.Default) float[source]
# SCPI: [SENSe]:LIST:RANGe<ri>:LOFFset
value: float = driver.applications.k50Spurious.sense.listPy.range.loffset.get(rangePy = repcap.RangePy.Default)

Defines a limit line as an offset to the detection threshold for each range.

param rangePy

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

return

loffset: Range: 0 to 20, Unit: DB

set(loffset: float, rangePy=RangePy.Default) None[source]
# SCPI: [SENSe]:LIST:RANGe<ri>:LOFFset
driver.applications.k50Spurious.sense.listPy.range.loffset.set(loffset = 1.0, rangePy = repcap.RangePy.Default)

Defines a limit line as an offset to the detection threshold for each range.

param loffset

Range: 0 to 20, Unit: DB

param rangePy

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