Dselection

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MPDU<ST>:DATA:DSELection
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default, userIx=UserIx.Default, macPdu=MacPdu.Default) str[source]
# [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.

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

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

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

Returns:

filename: string

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

Parameters:
  • filename – string

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

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

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