Double

SCPI Commands :

[SOURce<HW>]:BB:GENeral:PULM:DOUBle:DELay
[SOURce<HW>]:BB:GENeral:PULM:DOUBle:WIDTh
class DoubleCls[source]

Double commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_delay() float[source]
# SCPI: [SOURce<HW>]:BB:GENeral:PULM:DOUBle:DELay
value: float = driver.source.bb.general.pulm.double.get_delay()

Sets the double pulse delay in microseconds.

return:

pulm_dbl_del: float Range: 50E-9 to 100

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

Defines the double pulse width in microseconds.

return:

pulm_dbl_width: float Range: 50E-9 to 100

set_delay(pulm_dbl_del: float) None[source]
# SCPI: [SOURce<HW>]:BB:GENeral:PULM:DOUBle:DELay
driver.source.bb.general.pulm.double.set_delay(pulm_dbl_del = 1.0)

Sets the double pulse delay in microseconds.

param pulm_dbl_del:

float Range: 50E-9 to 100

set_width(pulm_dbl_width: float) None[source]
# SCPI: [SOURce<HW>]:BB:GENeral:PULM:DOUBle:WIDTh
driver.source.bb.general.pulm.double.set_width(pulm_dbl_width = 1.0)

Defines the double pulse width in microseconds.

param pulm_dbl_width:

float Range: 50E-9 to 100