Width

SCPI Command :

[SOURce<HW>]:[BB]:DME:MARKer<CH>:WIDTh
class WidthCls[source]

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

get(marker=Marker.Default) int[source]
# SCPI: [SOURce<HW>]:[BB]:DME:MARKer<CH>:WIDTh
value: int = driver.source.bb.dme.marker.width.get(marker = repcap.Marker.Default)

Sets the width of the corresponding marker in chips (0.05us) .

param marker

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

return

width: integer Range: 1 to 127

set(width: int, marker=Marker.Default) None[source]
# SCPI: [SOURce<HW>]:[BB]:DME:MARKer<CH>:WIDTh
driver.source.bb.dme.marker.width.set(width = 1, marker = repcap.Marker.Default)

Sets the width of the corresponding marker in chips (0.05us) .

param width

integer Range: 1 to 127

param marker

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