Dselection

SCPI Command :

[SOURce<HW>]:BB:WLAD:PCONfig:MPDU<ST>:DATA:DSELection
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(macPdu=MacPdu.Default) str[source]
# [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.

Parameters:

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

Returns:

filename: string

set(filename: str, macPdu=MacPdu.Default) None[source]
# [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.

Parameters:
  • filename – string

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