Data
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DATA
- class DataCls[source]
Data commands group definition. 3 total commands, 2 Subgroups, 1 group commands
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) RsSmbv.enums.DataSourceA [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DATA value: enums.DataSourceA = driver.source.bb.w3Gpp.bstation.channel.data.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
The command determines the data source for the data fields of the specified channel. For enhanced channels with channel coding, the data source is set with the command [:SOURce<hw>]:BB:W3GPp:BSTation:ENHanced:CHANnel<ch0>:DPCH:TCHannel<di0>:DATA.
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- return
data: PN9| PN11| PN15| PN16| PN20| PN21| PN23| DLISt| ZERO | ONE| PATTern PNxx The pseudo-random sequence generator is used as the data source. Different random sequence lengths can be selected. DLISt A data list is used. The data list is selected with the command :BB:W3GPp:BST:CHANnel:DATA:DSELect. ZERO | ONE Internal 0 and 1 data is used. PATTern Internal data is used. The bit pattern for the data is defined by the command :BB:W3GPp:BST:CHANnel:DATA:PATTern.
- set(data: RsSmbv.enums.DataSourceA, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DATA driver.source.bb.w3Gpp.bstation.channel.data.set(data = enums.DataSourceA.DLISt, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
The command determines the data source for the data fields of the specified channel. For enhanced channels with channel coding, the data source is set with the command [:SOURce<hw>]:BB:W3GPp:BSTation:ENHanced:CHANnel<ch0>:DPCH:TCHannel<di0>:DATA.
- param data
PN9| PN11| PN15| PN16| PN20| PN21| PN23| DLISt| ZERO | ONE| PATTern PNxx The pseudo-random sequence generator is used as the data source. Different random sequence lengths can be selected. DLISt A data list is used. The data list is selected with the command :BB:W3GPp:BST:CHANnel:DATA:DSELect. ZERO | ONE Internal 0 and 1 data is used. PATTern Internal data is used. The bit pattern for the data is defined by the command :BB:W3GPp:BST:CHANnel:DATA:PATTern.
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.bstation.channel.data.clone()
Subgroups