Data
SCPI Command :
[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:[SOURce]:DATA
- class DataCls[source]
Data commands group definition. 4 total commands, 2 Subgroups, 1 group commands
- get(frameIx=FrameIx.Default, slotNull=SlotNull.Default, subchannel=Subchannel.Default, userIx=UserIx.Default) RsSmw.enums.GsmBursDataSour [source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:[SOURce]:DATA value: enums.GsmBursDataSour = driver.source.bb.gsm.frame.slot.subChannel.user.source.data.get(frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subchannel = repcap.Subchannel.Default, userIx = repcap.UserIx.Default)
The command defines the data source for the DATA fields in the burst. This command is valid only when burst types that contain data fields are selected. If a burst contains multiple DATA fields, these are treated as a continuous field. For instance, data such as a pseudo-random sequence is continued without interruption from one DATA field to the next. In ‘GSM Mode Unframed’, this command defines the data source for the unframed signal. The suffix in SLOT has to be set to 0 (BB:GSM:SLOT0:DATA) .
- 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
data: ALL0| ALL1| PATTern| PN9| PN11| PN15| PN16| PN20| PN21| PN23| DLISt PNxx The pseudo-random sequence generator is used as the data source. There is a choice of different lengths of random sequence. DLISt A data list is used. The data list is selected with the aid of command SOURce:BB:GSM:SLOT:DATA:DLISt. ALL0 | ALL1 Internal 0 or 1 data is used. PATTern Internal data is used. The bit pattern for the data is defined with the aid of command :SOURce:BB:GSM:SLOT:DATA:PATTern.
- set(data: RsSmw.enums.GsmBursDataSour, 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 driver.source.bb.gsm.frame.slot.subChannel.user.source.data.set(data = enums.GsmBursDataSour.ALL0, frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subchannel = repcap.Subchannel.Default, userIx = repcap.UserIx.Default)
The command defines the data source for the DATA fields in the burst. This command is valid only when burst types that contain data fields are selected. If a burst contains multiple DATA fields, these are treated as a continuous field. For instance, data such as a pseudo-random sequence is continued without interruption from one DATA field to the next. In ‘GSM Mode Unframed’, this command defines the data source for the unframed signal. The suffix in SLOT has to be set to 0 (BB:GSM:SLOT0:DATA) .
- param data
ALL0| ALL1| PATTern| PN9| PN11| PN15| PN16| PN20| PN21| PN23| DLISt PNxx The pseudo-random sequence generator is used as the data source. There is a choice of different lengths of random sequence. DLISt A data list is used. The data list is selected with the aid of command SOURce:BB:GSM:SLOT:DATA:DLISt. ALL0 | ALL1 Internal 0 or 1 data is used. PATTern Internal data is used. The bit pattern for the data is defined with the aid of command :SOURce:BB:GSM:SLOT:DATA:PATTern.
- 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.clone()
Subgroups