Divider

SCPI Command :

[SOURce<HW>]:BB:GBAS:TRIGger:OUTPut<CH>:PULSe:DIVider
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) int[source]
# [SOURce<HW>]:BB:GBAS:TRIGger:OUTPut<CH>:PULSe:DIVider
value: int = driver.source.bb.gbas.trigger.output.pulse.divider.get(output = repcap.Output.Default)

Sets the divider for Pulse marker mode (PULSe) .

Parameters:

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

Returns:

divider: integer Range: 2 to 1024

set(divider: int, output=Output.Default) None[source]
# [SOURce<HW>]:BB:GBAS:TRIGger:OUTPut<CH>:PULSe:DIVider
driver.source.bb.gbas.trigger.output.pulse.divider.set(divider = 1, output = repcap.Output.Default)

Sets the divider for Pulse marker mode (PULSe) .

Parameters:
  • divider – integer Range: 2 to 1024

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