Loffset

SCPI Command :

[SENSe]:LIST:RANGe<ri>:LOFFset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(rangePy=RangePy.Default) float[source]
# [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.

Parameters:

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

Returns:

loffset: Range: 0 to 20, Unit: DB

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

Parameters:
  • loffset – Range: 0 to 20, Unit: DB

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