Data

SCPI Command :

[SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:TPC:DATA
class DataCls[source]

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

get(baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) RsSmbv.enums.TpcDataSour[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:TPC:DATA
value: enums.TpcDataSour = driver.source.bb.c2K.bstation.cgroup.coffset.tpc.data.get(baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)

Sets the data source for the power control bits of the selected F-FCH or F-DCCH. Power control is available for sub channel types F-FCH and F-DCCH. F-DCCH is only generated for radio configurations 3, 4 and 5. For the traffic channels, this value is specific for the selected radio configuration.

param baseStation

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

param groupNull

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

param offset

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

return

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

set(data: RsSmbv.enums.TpcDataSour, baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:TPC:DATA
driver.source.bb.c2K.bstation.cgroup.coffset.tpc.data.set(data = enums.TpcDataSour.DLISt, baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)

Sets the data source for the power control bits of the selected F-FCH or F-DCCH. Power control is available for sub channel types F-FCH and F-DCCH. F-DCCH is only generated for radio configurations 3, 4 and 5. For the traffic channels, this value is specific for the selected radio configuration.

param data

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

param baseStation

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

param groupNull

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

param offset

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.c2K.bstation.cgroup.coffset.tpc.data.clone()

Subgroups