Value
SCPI Command :
[SENSe]:LIST:RANGe<ri>:POINts[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(rangePy=RangePy.Default) float[source]
# [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.
- Parameters:
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- Returns:
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]
# [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.
- Parameters:
points – For more information on sweep points see ‘How much data is measured: sweep points and sweep count’.
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)