Width

SCPI Command :

[SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:PULSe:WIDTh
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) float[source]
# [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.

  • Marker mode / 1PPS / 1PP2S / PPS10

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

Parameters:

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

Returns:

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

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

  • Marker mode / 1PPS / 1PP2S / PPS10

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

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

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