Data
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:CHANnel<CH>:DPDCh:E:DATA
- class DataCls[source]
Data commands group definition. 3 total commands, 2 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default, channel=Channel.Default) RsSmbv.enums.DataSourceA [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:CHANnel<CH>:DPDCh:E:DATA value: enums.DataSourceA = driver.source.bb.w3Gpp.mstation.hsupa.channel.dpdch.e.data.get(mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)
The command selects the data source for the E-DPDCH channel.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Channel’)
- return
data: ZERO| ONE| PATTern| PN9| PN11| PN15| PN16| PN20| PN21| PN23| DLISt 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 SOURce:[:SOURcehw]:BB:W3GPp:MSTationst[:HSUPa]:CHANnelch:DPDCh:E: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 [:SOURcehw]:BB:W3GPp:MSTationst[:HSUPa]:CHANnelch:DPDCh:E:DATA:PATTern.
- set(data: RsSmbv.enums.DataSourceA, mobileStation=MobileStation.Default, channel=Channel.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:CHANnel<CH>:DPDCh:E:DATA driver.source.bb.w3Gpp.mstation.hsupa.channel.dpdch.e.data.set(data = enums.DataSourceA.DLISt, mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)
The command selects the data source for the E-DPDCH channel.
- param data
ZERO| ONE| PATTern| PN9| PN11| PN15| PN16| PN20| PN21| PN23| DLISt 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 SOURce:[:SOURcehw]:BB:W3GPp:MSTationst[:HSUPa]:CHANnelch:DPDCh:E: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 [:SOURcehw]:BB:W3GPp:MSTationst[:HSUPa]:CHANnelch:DPDCh:E:DATA:PATTern.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Channel’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.mstation.hsupa.channel.dpdch.e.data.clone()
Subgroups