Dselect
SCPI Command :
[SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:TPC:DATA:DSELect
- class DselectCls[source]
Dselect commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) str [source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:TPC:DATA:DSELect value: str = driver.source.bb.c2K.bstation.cgroup.coffset.tpc.data.dselect.get(baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)
The command selects the data list for the DLISt data source selection. Power control is available for sub channel types F-DCCH and F-FCH. F-DCCH is only generated for radio configurations 3, 4 and 5. The lists are stored as files with the fixed file extensions *.dm_iqd in a directory of the user’s choice. The directory applicable to the following commands is defined with the command method RsSmw.MassMemory.currentDirectory. To access the files in this directory, you only have to give the file name, without the path and the file extension. 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:
dselect: string
- set(dselect: str, baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) None [source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:TPC:DATA:DSELect driver.source.bb.c2K.bstation.cgroup.coffset.tpc.data.dselect.set(dselect = 'abc', baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)
The command selects the data list for the DLISt data source selection. Power control is available for sub channel types F-DCCH and F-FCH. F-DCCH is only generated for radio configurations 3, 4 and 5. The lists are stored as files with the fixed file extensions *.dm_iqd in a directory of the user’s choice. The directory applicable to the following commands is defined with the command method RsSmw.MassMemory.currentDirectory. To access the files in this directory, you only have to give the file name, without the path and the file extension. For the traffic channels, this value is specific for the selected radio configuration.
- param dselect:
string
- 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’)