Gate

SCPI Commands :

[SOURce<HW>]:[BB]:DME:ANALysis:GATE:EDELay
[SOURce<HW>]:[BB]:DME:ANALysis:GATE:TIME
[SOURce<HW>]:[BB]:DME:ANALysis:GATE:[LENGth]
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_edelay() float[source]
# [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) .

Returns:

edelay: float Range: 0 to 150E-6

get_length() int[source]
# [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.

Returns:

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

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

Sets the DME analysis measurement time.

Returns:

measurement_time: float Range: 0.1 to 20

set_edelay(edelay: float) None[source]
# [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) .

Parameters:

edelay – float Range: 0 to 150E-6

set_length(length: int) None[source]
# [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.

Parameters:

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

set_time(measurement_time: float) None[source]
# [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.

Parameters:

measurement_time – float Range: 0.1 to 20