Lreference
SCPI Command :
SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:PULSe:THReshold:POWer:LREFerence
- class LreferenceCls[source]
Lreference commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channel=Channel.Default) float[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:PULSe:THReshold:POWer:LREFerence value: float = driver.sense.power.sweep.time.sensor.pulse.threshold.power.lreference.get(channel = repcap.Channel.Default)
Sets the lower reference level in terms of percentage 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 available in time measurement mode and R&S NRP-Z81 power sensors.
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)
- return:
lreference: float Range: 0.0 to 100.0
- set(lreference: float, channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:PULSe:THReshold:POWer:LREFerence driver.sense.power.sweep.time.sensor.pulse.threshold.power.lreference.set(lreference = 1.0, channel = repcap.Channel.Default)
Sets the lower reference level in terms of percentage 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 available in time measurement mode and R&S NRP-Z81 power sensors.
- param lreference:
float Range: 0.0 to 100.0
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)