Data

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:DATA
Commands in total: 3
Subgroups: 2
Direct child commands: 1
get(channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) DataSourceA[source]
# [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) .

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

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

Returns:

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 method RsSmw.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.data.dselect.set() . ZERO | ONE Internal 0 and 1 data is used. PATTern Internal data is used. The bit pattern for the data is defined with the method RsSmw.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.data.pattern.set() .

set(data: DataSourceA, channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) None[source]
# [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) .

Parameters:
  • 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 method RsSmw.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.data.dselect.set() . ZERO | ONE Internal 0 and 1 data is used. PATTern Internal data is used. The bit pattern for the data is defined with the method RsSmw.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.data.pattern.set() .

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

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

Cloning the Group

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

Subgroups