Data
SCPI Command :
[SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:DATA
- class DataCls[source]
Data commands group definition. 4 total commands, 3 Subgroups, 1 group commands
- get(baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) RsSmw.enums.DataSourceA [source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:DATA value: enums.DataSourceA = driver.source.bb.c2K.bstation.cgroup.coffset.data.get(baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)
The command selects the data source for the specified channel. For the traffic channels, this value is specific for the selected radio configuration. The data source for the power control bits is selected with the command BB:C2K:BST<n>:CGRoup<n>:COFFset<n>:TPC:DATA.
- 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| 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 :BB:C2K:BSTn:CGRoupn:COFFsetn:DATA:DSEL. 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 :BB:C2K:BST:CGRoup:COFFset:DATA:PATT.
- set(data: RsSmw.enums.DataSourceA, baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) None [source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:DATA driver.source.bb.c2K.bstation.cgroup.coffset.data.set(data = enums.DataSourceA.DLISt, baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)
The command selects the data source for the specified channel. For the traffic channels, this value is specific for the selected radio configuration. The data source for the power control bits is selected with the command BB:C2K:BST<n>:CGRoup<n>:COFFset<n>:TPC:DATA.
- 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 :BB:C2K:BSTn:CGRoupn:COFFsetn:DATA:DSEL. 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 :BB:C2K:BST:CGRoup:COFFset:DATA:PATT.
- 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.data.clone()
Subgroups