BurstIndex

SCPI Command :

[SOURce<HW>]:BB:GSM:MFRame:SLOT<ST0>:BURStindex
class BurstIndexCls[source]

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

get(slotNull=SlotNull.Default) List[int][source]
# SCPI: [SOURce<HW>]:BB:GSM:MFRame:SLOT<ST0>:BURStindex
value: List[int] = driver.source.bb.gsm.mframe.slot.burstIndex.get(slotNull = repcap.SlotNull.Default)

No command help available

param slotNull

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

return

burst_index: No help available

set(burst_index: List[int], slotNull=SlotNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GSM:MFRame:SLOT<ST0>:BURStindex
driver.source.bb.gsm.mframe.slot.burstIndex.set(burst_index = [1, 2, 3], slotNull = repcap.SlotNull.Default)

No command help available

param burst_index

No help available

param slotNull

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