Slot
SCPI Command :
[SOURce<HW>]:BB:GSM:TRIGger:OUTPut<CH>:PERiod:SLOT
- class SlotCls[source]
Slot commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(output=Output.Default) int [source]
# SCPI: [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.
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- return
slot: integer Range: 1 to 8
- set(slot: int, output=Output.Default) None [source]
# SCPI: [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.
- param slot
integer Range: 1 to 8
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)