Lreference
SCPI Command :
TRACe<CH>:[POWer]:SWEep:PULSe:THReshold:POWer:LREFerence
- class LreferenceCls[source]
Lreference commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(trace=Trace.Default) float[source]
# SCPI: TRACe<CH>:[POWer]:SWEep:PULSe:THReshold:POWer:LREFerence value: float = driver.trace.power.sweep.pulse.threshold.power.lreference.get(trace = repcap.Trace.Default)
Queries the lower medial threshold level of the overall pulse level. The proximal power defines the start of the rising edge and the end of the falling edge of the pulse. Note: This parameter is only avalaible in time measurement mode and R&S NRP-Z81 power sensors.
- param trace:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trace’)
- return:
lreference: float Range: 0.0 to 100.0
- set(lreference: float, trace=Trace.Default) None[source]
# SCPI: TRACe<CH>:[POWer]:SWEep:PULSe:THReshold:POWer:LREFerence driver.trace.power.sweep.pulse.threshold.power.lreference.set(lreference = 1.0, trace = repcap.Trace.Default)
Queries the lower medial threshold level of the overall pulse level. The proximal power defines the start of the rising edge and the end of the falling edge of the pulse. Note: This parameter is only avalaible in time measurement mode and R&S NRP-Z81 power sensors.
- param lreference:
float Range: 0.0 to 100.0
- param trace:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trace’)