Data
SCPI Command :
[SOURce<HW>]:BB:C2K:MSTation<ST>: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:C2K:MSTation<ST>:TPC:DATA value: enums.TpcDataSour = driver.source.bb.c2K.mstation.tpc.data.get(mobileStation = repcap.MobileStation.Default)
Sets the data source for the power control bits of the traffic channels.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
data: ZERO| ONE| PATTern| DLISt DLISt A data list is used. The data list is selected with the command [:SOURcehw]:BB:C2K:MSTationst: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:C2K:MSTationst:TPC:DATA:PATTern. The maximum length is 64 bits.
- set(data: RsSmbv.enums.TpcDataSour, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:TPC:DATA driver.source.bb.c2K.mstation.tpc.data.set(data = enums.TpcDataSour.DLISt, mobileStation = repcap.MobileStation.Default)
Sets the data source for the power control bits of the traffic channels.
- param data
ZERO| ONE| PATTern| DLISt DLISt A data list is used. The data list is selected with the command [:SOURcehw]:BB:C2K:MSTationst: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:C2K:MSTationst: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.c2K.mstation.tpc.data.clone()
Subgroups