Width

SCPI Command :

[SOURce<HW>]:LFOutput<CH>:SHAPe:PULSe:WIDTh
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lfOutput=LfOutput.Default) float[source]
# [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.

Parameters:

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

Returns:

width: float Range: 1E-6 to 100

set(width: float, lfOutput=LfOutput.Default) None[source]
# [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.

Parameters:
  • width – float Range: 1E-6 to 100

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