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