Data

SCPI Command :

[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:DATA
class DataCls[source]

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

get(allocationNull=AllocationNull.Default) RsSmbv.enums.C5Gds[source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:DATA
value: enums.C5Gds = driver.source.bb.ofdm.alloc.data.get(allocationNull = repcap.AllocationNull.Default)

Selects the data source for the selected allocation.

param allocationNull

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

return

data_source: USER1| USER2| USER3| USER4| PN9| PN11| PN15| PN16| PN20| PN21| PN23| PATTern| DLISt| ZERO| ONE| USER5| USER0

set(data_source: RsSmbv.enums.C5Gds, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:DATA
driver.source.bb.ofdm.alloc.data.set(data_source = enums.C5Gds.DLISt, allocationNull = repcap.AllocationNull.Default)

Selects the data source for the selected allocation.

param data_source

USER1| USER2| USER3| USER4| PN9| PN11| PN15| PN16| PN20| PN21| PN23| PATTern| DLISt| ZERO| ONE| USER5| USER0

param allocationNull

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