Data

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:CHANnel<CH>:DPDCh:DATA
Commands in total: 3
Subgroups: 2
Direct child commands: 1
get(mobileStation=MobileStation.Default, channel=Channel.Default) DataSourceA[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:CHANnel<CH>:DPDCh:DATA
value: enums.DataSourceA = driver.source.bb.w3Gpp.mstation.channel.dpdch.data.get(mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)

The command determines the data source for the selected DPDCH. For the enhanced channels of user equipment 1 (UE1) , this entry is valid when channel coding is deactivated. When channel coding is active, data sources are selected for the transport channels with the commands BB:W3GPp:MST:CHANnel:DPDCh:DCCH:DATA and BB:W3GPp:MST:ENHanced:TCHannel:DATA.

Parameters:
  • mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

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

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.mstation.channel.dpdch.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 by the command method RsSmw.source.bb.w3Gpp.mstation.channel.dpdch.data.pattern.set() .

set(data: DataSourceA, mobileStation=MobileStation.Default, channel=Channel.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:CHANnel<CH>:DPDCh:DATA
driver.source.bb.w3Gpp.mstation.channel.dpdch.data.set(data = enums.DataSourceA.DLISt, mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)

The command determines the data source for the selected DPDCH. For the enhanced channels of user equipment 1 (UE1) , this entry is valid when channel coding is deactivated. When channel coding is active, data sources are selected for the transport channels with the commands BB:W3GPp:MST:CHANnel:DPDCh:DCCH:DATA and BB:W3GPp:MST:ENHanced:TCHannel: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.mstation.channel.dpdch.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 by the command method RsSmw.source.bb.w3Gpp.mstation.channel.dpdch.data.pattern.set() .

  • mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

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

Cloning the Group

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

Subgroups