Dselection

SCPI Command :

[SOURce<HW>]:BB:WLAD:PCONfig:MPDU<ST>:DATA:DSELection
class DselectionCls[source]

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

get(macPdu=MacPdu.Default) str[source]
# SCPI: [SOURce<HW>]:BB:WLAD:PCONfig:MPDU<ST>:DATA:DSELection
value: str = driver.source.bb.wlad.pconfig.mpdu.data.dselection.get(macPdu = repcap.MacPdu.Default)

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.

param macPdu

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

return

filename: string

set(filename: str, macPdu=MacPdu.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLAD:PCONfig:MPDU<ST>:DATA:DSELection
driver.source.bb.wlad.pconfig.mpdu.data.dselection.set(filename = 'abc', macPdu = repcap.MacPdu.Default)

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.

param filename

string

param macPdu

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