Double

SCPI Commands :

[SOURce<HW>]:PULM:DOUBle:STATe
[SOURce<HW>]:PULM:DOUBle:WIDTh
class DoubleCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:PULM:DOUBle:STATe
value: bool = driver.source.pulm.double.get_state()

No command help available

return:

state: No help available

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

No command help available

return:

width: No help available

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:PULM:DOUBle:STATe
driver.source.pulm.double.set_state(state = False)

No command help available

param state:

No help available

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

No command help available

param width:

No help available