Double

SCPI Commands :

[SOURce<HW>]:PULM:DOUBle:DELay
[SOURce<HW>]:PULM:DOUBle:WIDTh
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_delay() float[source]
# [SOURce<HW>]:PULM:DOUBle:DELay
value: float = driver.source.pulm.double.get_delay()

Sets the delay from the start of the first pulse to the start of the second pulse.

Returns:

delay: float

get_width() float[source]
# [SOURce<HW>]:PULM:DOUBle:WIDTh
value: float = driver.source.pulm.double.get_width()

Sets the width of the second pulse.

Returns:

width: float

set_delay(delay: float) None[source]
# [SOURce<HW>]:PULM:DOUBle:DELay
driver.source.pulm.double.set_delay(delay = 1.0)

Sets the delay from the start of the first pulse to the start of the second pulse.

Parameters:

delay – float

set_width(width: float) None[source]
# [SOURce<HW>]:PULM:DOUBle:WIDTh
driver.source.pulm.double.set_width(width = 1.0)

Sets the width of the second pulse.

Parameters:

width – float