Value

SCPI Command :

[SENSe]:LIST:RANGe<ri>:POINts[:VALue]
class ValueCls[source]

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

get(rangePy=RangePy.Default) float[source]
# SCPI: [SENSe]:LIST:RANGe<ri>:POINts[:VALue]
value: float = driver.sense.listPy.range.points.value.get(rangePy = repcap.RangePy.Default)

Defines the number of sweep points in a spurious emission measurement range. The sweep list cannot be configured using remote commands during an on-going sweep operation.

param rangePy

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

return

points: For more information on sweep points see ‘How much data is measured: sweep points and sweep count’.

set(points: float, rangePy=RangePy.Default) None[source]
# SCPI: [SENSe]:LIST:RANGe<ri>:POINts[:VALue]
driver.sense.listPy.range.points.value.set(points = 1.0, rangePy = repcap.RangePy.Default)

Defines the number of sweep points in a spurious emission measurement range. The sweep list cannot be configured using remote commands during an on-going sweep operation.

param points

For more information on sweep points see ‘How much data is measured: sweep points and sweep count’.

param rangePy

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