Slot

SCPI Command :

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

Sets the repetition rate for the slot clock at the marker outputs.

Parameters:

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

Returns:

slot: integer Range: 1 to 8

set(slot: int, output=Output.Default) None[source]
# [SOURce<HW>]:BB:GSM:TRIGger:OUTPut<CH>:PERiod:SLOT
driver.source.bb.gsm.trigger.output.period.slot.set(slot = 1, output = repcap.Output.Default)

Sets the repetition rate for the slot clock at the marker outputs.

Parameters:
  • slot – integer Range: 1 to 8

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