Stop
SCPI Command :
[SENSe]:LIST:RANGe<ri>:LIMit:STOP
- class StopCls[source]
Stop commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(rangePy=RangePy.Default) float [source]
# SCPI: [SENSe]:LIST:RANGe<ri>:LIMit:STOP value: float = driver.sense.listPy.range.limit.stop.get(rangePy = repcap.RangePy.Default)
Defines an absolute limit for 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
level: Absolute limit at the stop frequency of a SEM range. Range: -400 to 400, Unit: dBm
- set(level: float, rangePy=RangePy.Default) None [source]
# SCPI: [SENSe]:LIST:RANGe<ri>:LIMit:STOP driver.sense.listPy.range.limit.stop.set(level = 1.0, rangePy = repcap.RangePy.Default)
Defines an absolute limit for a spurious emission measurement range. The sweep list cannot be configured using remote commands during an on-going sweep operation.
- param level
Absolute limit at the stop frequency of a SEM range. Range: -400 to 400, Unit: dBm
- param rangePy
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)