Content

SCPI Command :

[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:CONTent
class ContentCls[source]

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

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

Sets the content type.

param allocationNull

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

return

content_type: DATA| PREamble| PILot| REServed DATA Default value for FBMC and GFDM modulations. PREamble Default value for the first allocation of the UFMC modulation. DATA|PILot|REServed Selects the content type for f-OFDM/OFDM modulations.

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

Sets the content type.

param content_type

DATA| PREamble| PILot| REServed DATA Default value for FBMC and GFDM modulations. PREamble Default value for the first allocation of the UFMC modulation. DATA|PILot|REServed Selects the content type for f-OFDM/OFDM modulations.

param allocationNull

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