Dlist
SCPI Command :
[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:[SOURce]:DATA:DLISt
- class DlistCls[source]
Dlist commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(frameIx=FrameIx.Default, slotNull=SlotNull.Default, subchannel=Subchannel.Default, userIx=UserIx.Default) str [source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:[SOURce]:DATA:DLISt value: str = driver.source.bb.gsm.frame.slot.subChannel.user.source.data.dlist.get(frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subchannel = repcap.Subchannel.Default, userIx = repcap.UserIx.Default)
The command selects a data list. This command is only valid for bursts with DATA fields. This data list is only used if it is set as the data source with the aid of command BB:GSM:SLOT:DATA DLIS.
- param frameIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
- param slotNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)
- param subchannel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
dlist: string
- set(dlist: str, frameIx=FrameIx.Default, slotNull=SlotNull.Default, subchannel=Subchannel.Default, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:[SOURce]:DATA:DLISt driver.source.bb.gsm.frame.slot.subChannel.user.source.data.dlist.set(dlist = 'abc', frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subchannel = repcap.Subchannel.Default, userIx = repcap.UserIx.Default)
The command selects a data list. This command is only valid for bursts with DATA fields. This data list is only used if it is set as the data source with the aid of command BB:GSM:SLOT:DATA DLIS.
- param dlist
string
- param frameIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
- param slotNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)
- param subchannel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gsm.frame.slot.subChannel.user.source.data.dlist.clone()
Subgroups