Source

SCPI Command :

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

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

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

Selects the data source.

param macPdu

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

return

source: ZERO| ONE| PATTern| PN9| PN11| PN15| PN16| PN20| PN21| PN23| DLISt PNxx The pseudo-random sequence generator is used as the data source. Different random sequence lengths can be selected. DLISt A data list is used. The data list is selected with the command BB:WLAD:FBLch:MPDUst:DATA:DSEL ZERO | ONE Internal 0 or 1 data is used. PATTern Internal data is used. The bit pattern for the data is defined by the command BB:WLAD:FBLch:MPDUst:DATA:PATT.

set(source: RsSmw.enums.DataSourceA, macPdu=MacPdu.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLAD:PCONfig:MPDU<ST>:DATA:SOURce
driver.source.bb.wlad.pconfig.mpdu.data.source.set(source = enums.DataSourceA.DLISt, macPdu = repcap.MacPdu.Default)

Selects the data source.

param source

ZERO| ONE| PATTern| PN9| PN11| PN15| PN16| PN20| PN21| PN23| DLISt PNxx The pseudo-random sequence generator is used as the data source. Different random sequence lengths can be selected. DLISt A data list is used. The data list is selected with the command BB:WLAD:FBLch:MPDUst:DATA:DSEL ZERO | ONE Internal 0 or 1 data is used. PATTern Internal data is used. The bit pattern for the data is defined by the command BB:WLAD:FBLch:MPDUst:DATA:PATT.

param macPdu

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