Divider
SCPI Command :
[SOURce<HW>]:BB:GNSS: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:GNSS:TRIGger:OUTPut<CH>:PULSe:DIVider value: int = driver.source.bb.gnss.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:GNSS:TRIGger:OUTPut<CH>:PULSe:DIVider driver.source.bb.gnss.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’)