Divider

SCPI Command :

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

Sets the divider for the pulsed marker signal. If R&S SMW-B9 is installed, the minimum marker duration depends on the sample/symbol rate. See ‘Marker Minimum Duration’.

Parameters:

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

Returns:

divider: integer Range: 2 (R&S SMW-B10) / 2* (R&S SMW-B9) to 1024

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

Sets the divider for the pulsed marker signal. If R&S SMW-B9 is installed, the minimum marker duration depends on the sample/symbol rate. See ‘Marker Minimum Duration’.

Parameters:
  • divider – integer Range: 2 (R&S SMW-B10) / 2* (R&S SMW-B9) to 1024

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