RefLevel
SCPI Command :
[SENSe]:LIST:RANGe<ri>:RLEVel
- class RefLevelCls[source]
RefLevel commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(rangePy=RangePy.Default) int [source]
# SCPI: [SENSe]:LIST:RANGe<ri>:RLEVel value: int = driver.applications.k50Spurious.sense.listPy.range.refLevel.get(rangePy = repcap.RangePy.Default)
Defines the reference level 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
ref_level: Reference level. Refer to the specifications document for the reference level range. Unit: dBm
- set(ref_level: int, rangePy=RangePy.Default) None [source]
# SCPI: [SENSe]:LIST:RANGe<ri>:RLEVel driver.applications.k50Spurious.sense.listPy.range.refLevel.set(ref_level = 1, rangePy = repcap.RangePy.Default)
Defines the reference level for a spurious emission measurement range. The sweep list cannot be configured using remote commands during an on-going sweep operation.
- param ref_level
Reference level. Refer to the specifications document for the reference level range. Unit: dBm
- param rangePy
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)