Dselect

SCPI Command :

[SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:DATA:DSELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) str[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:DATA:DSELect
value: str = driver.source.bb.c2K.bstation.cgroup.coffset.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. 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 method RsSmw.massMemory.current_directory() . 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.

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:

dselect: string

set(dselect: str, baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) None[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:DATA:DSELect
driver.source.bb.c2K.bstation.cgroup.coffset.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. 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 method RsSmw.massMemory.current_directory() . 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.

Parameters:
  • dselect – string

  • 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’)