Width

SCPI Command :

[SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:PULSe:WIDTh
class WidthCls[source]

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

get(output=Output.Default) float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:PULSe:WIDTh
value: float = driver.source.bb.gnss.trigger.output.pulse.width.get(output = repcap.Output.Default)
Sets the pulse width for 1PPS, 1PP2S and PPS10 marker mode. The maximum pulse width depends on the marker mode.

Table Header:

  • Marker mode / 1PPS / 1PP2S / PPS10

  • Max. pulse width / 1 s / 2 s / 0.1 s

param output

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

return

width: float Range: 1E-9 to depends on the marker mode

set(width: float, output=Output.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:PULSe:WIDTh
driver.source.bb.gnss.trigger.output.pulse.width.set(width = 1.0, output = repcap.Output.Default)
Sets the pulse width for 1PPS, 1PP2S and PPS10 marker mode. The maximum pulse width depends on the marker mode.

Table Header:

  • Marker mode / 1PPS / 1PP2S / PPS10

  • Max. pulse width / 1 s / 2 s / 0.1 s

param width

float Range: 1E-9 to depends on the marker mode

param output

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