Gate

SCPI Commands :

[SOURce<HW>]:[BB]:DME:ANALysis:GATE:EDELay
[SOURce<HW>]:[BB]:DME:ANALysis:GATE:TIME
[SOURce<HW>]:[BB]:DME:ANALysis:GATE:[LENGth]
class GateCls[source]

Gate commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_edelay() float[source]
# SCPI: [SOURce<HW>]:[BB]:DME:ANALysis:GATE:EDELay
value: float = driver.source.bb.dme.analysis.gate.get_edelay()

Sets the expected reply delay. The expected reply delay and the gate length determine the measurement window (expected reply delay +/- gate length/2) .

return

edelay: float Range: 0 to 150E-6

get_length() int[source]
# SCPI: [SOURce<HW>]:[BB]:DME:ANALysis:GATE:[LENGth]
value: int = driver.source.bb.dme.analysis.gate.get_length()

Sets the gate length for the measurement window. The measurement gate settings determine the measurement window (expected reply delay +/- gate length/2) . Only reply pulses for which the 50% voltage point of the rising edge of the first pulse is within the measurement window are used to evaluate the delay time and reply efficiency. The delay measurement is averaged within the measurement cycle. The reply efficiency is calculated once for each measurement cycle. The gate length is 1 us and the expected reply delay is 50 us. The measurement window lies in the range between 49.5 and 50.5 us. Only pulse pairs are used for the measurement whose 50% voltage point of the rising edge of the first pulse is within this range.

return

length: integer Range: 100E-9 to 326E-6

get_time() float[source]
# SCPI: [SOURce<HW>]:[BB]:DME:ANALysis:GATE:TIME
value: float = driver.source.bb.dme.analysis.gate.get_time()

Sets the DME analysis measurement time.

return

measurement_time: float Range: 0.1 to 20

set_edelay(edelay: float) None[source]
# SCPI: [SOURce<HW>]:[BB]:DME:ANALysis:GATE:EDELay
driver.source.bb.dme.analysis.gate.set_edelay(edelay = 1.0)

Sets the expected reply delay. The expected reply delay and the gate length determine the measurement window (expected reply delay +/- gate length/2) .

param edelay

float Range: 0 to 150E-6

set_length(length: int) None[source]
# SCPI: [SOURce<HW>]:[BB]:DME:ANALysis:GATE:[LENGth]
driver.source.bb.dme.analysis.gate.set_length(length = 1)

Sets the gate length for the measurement window. The measurement gate settings determine the measurement window (expected reply delay +/- gate length/2) . Only reply pulses for which the 50% voltage point of the rising edge of the first pulse is within the measurement window are used to evaluate the delay time and reply efficiency. The delay measurement is averaged within the measurement cycle. The reply efficiency is calculated once for each measurement cycle. The gate length is 1 us and the expected reply delay is 50 us. The measurement window lies in the range between 49.5 and 50.5 us. Only pulse pairs are used for the measurement whose 50% voltage point of the rising edge of the first pulse is within this range.

param length

integer Range: 100E-9 to 326E-6

set_time(measurement_time: float) None[source]
# SCPI: [SOURce<HW>]:[BB]:DME:ANALysis:GATE:TIME
driver.source.bb.dme.analysis.gate.set_time(measurement_time = 1.0)

Sets the DME analysis measurement time.

param measurement_time

float Range: 0.1 to 20