Dselection

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MPDU<ST>:DATA:DSELection
class DselectionCls[source]

Dselection commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(frameBlock=FrameBlock.Default, userIx=UserIx.Default, macPdu=MacPdu.Default) str[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MPDU<ST>:DATA:DSELection
value: str = driver.source.bb.wlnn.fblock.user.mpdu.data.dselection.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default, macPdu = repcap.MacPdu.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.

param frameBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

param userIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

param macPdu

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mpdu’)

return

filename: string

set(filename: str, frameBlock=FrameBlock.Default, userIx=UserIx.Default, macPdu=MacPdu.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MPDU<ST>:DATA:DSELection
driver.source.bb.wlnn.fblock.user.mpdu.data.dselection.set(filename = 'abc', frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default, macPdu = repcap.MacPdu.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.

param filename

string

param frameBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

param userIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

param macPdu

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mpdu’)