Width

SCPI Command :

[SOURce<HW>]:LFOutput<CH>:SHAPe:PULSe:WIDTh
class WidthCls[source]

Width commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(lfOutput=LfOutput.Default) float[source]
# SCPI: [SOURce<HW>]:LFOutput<CH>:SHAPe:PULSe:WIDTh
value: float = driver.source.lfOutput.shape.pulse.width.get(lfOutput = repcap.LfOutput.Default)

Sets the pulse width of the generated pulse.

param lfOutput

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)

return

width: float Range: 1E-6 to 100

set(width: float, lfOutput=LfOutput.Default) None[source]
# SCPI: [SOURce<HW>]:LFOutput<CH>:SHAPe:PULSe:WIDTh
driver.source.lfOutput.shape.pulse.width.set(width = 1.0, lfOutput = repcap.LfOutput.Default)

Sets the pulse width of the generated pulse.

param width

float Range: 1E-6 to 100

param lfOutput

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)