Data
SCPI Command :
[SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:TPC:DATA
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get(baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) TpcDataSour[source]
# [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.
- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
groupNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cgroup’)
offset – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coffset’)
- Returns:
data: ZERO | ONE | PATTern | DLISt DLISt A data list is used. The data list is selected with the method
RsSmw.source.bb.c2K.bstation.cgroup.coffset.tpc.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 methodRsSmw.source.bb.c2K.bstation.cgroup.coffset.tpc.data.pattern.set(). The maximum length is 64 bits.
- set(data: TpcDataSour, baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) None[source]
# [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.
- Parameters:
data – ZERO | ONE | PATTern | DLISt DLISt A data list is used. The data list is selected with the method
RsSmw.source.bb.c2K.bstation.cgroup.coffset.tpc.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 methodRsSmw.source.bb.c2K.bstation.cgroup.coffset.tpc.data.pattern.set(). The maximum length is 64 bits.baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
groupNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cgroup’)
offset – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coffset’)
Cloning the Group
# Create a copy of the original group, that exists independently
data_copy = driver.source.bb.c2K.bstation.cgroup.coffset.tpc.data.clone()
Subgroups