Start
SCPI Command :
[SENSe]:LIST:RANGe<ri>:LIMit:STARt
- class StartCls[source]
Start commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(rangePy=RangePy.Default) float [source]
# SCPI: [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.
- param rangePy
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- return
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]
# SCPI: [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.
- param level
Absolute limit at the start 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’)