Data

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:DATA
class DataCls[source]

Data commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get(channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) RsSmbv.enums.DataSourceA[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:DATA
value: enums.DataSourceA = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.data.get(channelNull = repcap.ChannelNull.Default, transportChannelNull = repcap.TransportChannelNull.Default)

The command determines the data source for the data fields of enhanced channels with channel coding. If channel coding is not active, the DPCH data source is used (SOURce:BB:W3GPp:BST:CHANnel:DATA) .

param channelNull

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

param transportChannelNull

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

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 [:SOURcehw]:BB:W3GPp:BSTation:ENHanced:CHANnelch0:DPCH:TCHanneldi0:DATA:DSELect. ZERO | ONE Internal 0 and 1 data is used. PATTern Internal data is used. The bit pattern for the data is defined with the command [:SOURcehw]:BB:W3GPp:BSTation:ENHanced:CHANnelch0:DPCH:TCHanneldi0:DATA:PATTern.

set(data: RsSmbv.enums.DataSourceA, channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:DATA
driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.data.set(data = enums.DataSourceA.DLISt, channelNull = repcap.ChannelNull.Default, transportChannelNull = repcap.TransportChannelNull.Default)

The command determines the data source for the data fields of enhanced channels with channel coding. If channel coding is not active, the DPCH data source is used (SOURce:BB:W3GPp:BST:CHANnel: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 [:SOURcehw]:BB:W3GPp:BSTation:ENHanced:CHANnelch0:DPCH:TCHanneldi0:DATA:DSELect. ZERO | ONE Internal 0 and 1 data is used. PATTern Internal data is used. The bit pattern for the data is defined with the command [:SOURcehw]:BB:W3GPp:BSTation:ENHanced:CHANnelch0:DPCH:TCHanneldi0:DATA:PATTern.

param channelNull

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

param transportChannelNull

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.data.clone()

Subgroups