Hreference

SCPI Command :

SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:PULSe:THReshold:POWer:HREFerence
class HreferenceCls[source]

Hreference 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:HREFerence
value: float = driver.sense.power.sweep.time.sensor.pulse.threshold.power.hreference.get(channel = repcap.Channel.Default)

Sets the upper reference level in terms of percentage of the overall pulse level (power or voltage) . The distal power defines the end of the rising edge and the start of the falling edge of the pulse. Note: The command is only available in time measurement mode and with R&S NRPZ81 power sensors.

param channel:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)

return:

hreference: float Range: 0 to 100

set(hreference: float, channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:PULSe:THReshold:POWer:HREFerence
driver.sense.power.sweep.time.sensor.pulse.threshold.power.hreference.set(hreference = 1.0, channel = repcap.Channel.Default)

Sets the upper reference level in terms of percentage of the overall pulse level (power or voltage) . The distal power defines the end of the rising edge and the start of the falling edge of the pulse. Note: The command is only available in time measurement mode and with R&S NRPZ81 power sensors.

param hreference:

float Range: 0 to 100

param channel:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)