Dselection
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:DATA:DSELection
- class DselectionCls[source]
Dselection commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) str [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:DATA:DSELection value: str = driver.source.bb.wlnn.fblock.data.dselection.get(frameBlock = repcap.FrameBlock.Default)
Selects the data list for the DLISt data source selection. The lists are saved 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.
- param frameBlock:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return:
dselection: string
- set(dselection: str, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:DATA:DSELection driver.source.bb.wlnn.fblock.data.dselection.set(dselection = 'abc', frameBlock = repcap.FrameBlock.Default)
Selects the data list for the DLISt data source selection. The lists are saved 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.
- param dselection:
string
- param frameBlock:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)