RefLevel
SCPI Command :
[SENSe]:LIST:RANGe<ri>:RLEVel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(rangePy=RangePy.Default) int[source]
# [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.
- Parameters:
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- Returns:
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]
# [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.
- Parameters:
ref_level – Reference level. Refer to the specifications document for the reference level range. Unit: dBm
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)