Data

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TPC:DATA
class DataCls[source]

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

get(mobileStation=MobileStation.Default) RsSmbv.enums.TpcDataSour[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TPC:DATA
value: enums.TpcDataSour = driver.source.bb.w3Gpp.mstation.dpcch.tpc.data.get(mobileStation = repcap.MobileStation.Default)

The command determines the data source for the TPC field of the DPCCH.

param mobileStation

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

return

data: DLISt| ZERO | ONE| PATTern| DLISt A data list is used. The data list is selected with the command [:SOURcehw]:BB:W3GPp:MSTationst:DPCCh:TPC: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:DPCCh:TPC:DATA:PATTern. The maximum length is 64 bits.

set(data: RsSmbv.enums.TpcDataSour, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TPC:DATA
driver.source.bb.w3Gpp.mstation.dpcch.tpc.data.set(data = enums.TpcDataSour.DLISt, mobileStation = repcap.MobileStation.Default)

The command determines the data source for the TPC field of the DPCCH.

param data

DLISt| ZERO | ONE| PATTern| DLISt A data list is used. The data list is selected with the command [:SOURcehw]:BB:W3GPp:MSTationst:DPCCh:TPC: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:DPCCh:TPC:DATA:PATTern. The maximum length is 64 bits.

param mobileStation

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.mstation.dpcch.tpc.data.clone()

Subgroups