BurstIndex

SCPI Command :

[SOURce<HW>]:BB:GSM:MFRame:SLOT<ST0>:BURStindex
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(slotNull=SlotNull.Default) List[int][source]
# [SOURce<HW>]:BB:GSM:MFRame:SLOT<ST0>:BURStindex
value: List[int] = driver.source.bb.gsm.mframe.slot.burstIndex.get(slotNull = repcap.SlotNull.Default)

No help available

Parameters:

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

set(burst_index: List[int], slotNull=SlotNull.Default) None[source]
# [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 help available

Parameters:

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