Dselect
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:DSELect
- class DselectCls[source]
Dselect commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) str [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:DSELect value: str = driver.source.bb.eutra.uplink.ue.cell.pusch.dselect.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)
Selects an existing data list file from the default directory or from the specific directory. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
filename: string Filename incl. file extension or complete file path
- set(filename: str, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:DSELect driver.source.bb.eutra.uplink.ue.cell.pusch.dselect.set(filename = 'abc', userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)
Selects an existing data list file from the default directory or from the specific directory. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- param filename
string Filename incl. file extension or complete file path
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)