Divider

SCPI Command :

[SOURce<HW>]:BB:GBAS:TRIGger:OUTPut<CH>:PULSe:DIVider
class DividerCls[source]

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

get(output=Output.Default) int[source]
# SCPI: [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) .

param output

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

return

divider: integer Range: 2 to 1024

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

param divider

integer Range: 2 to 1024

param output

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