Stop
SCPI Command :
[SENSe]:LIST:RANGe<ri>:LIMit:STOP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(rangePy=RangePy.Default) float[source]
# [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.
- Parameters:
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- Returns:
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]
# [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.
- Parameters:
level – Absolute limit at the stop frequency of a SEM range. Range: -400 to 400, Unit: dBm
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)