DlfStructure

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:DLFStructure
class DlfStructureCls[source]

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

get(baseStation=BaseStation.Default) RsSmbv.enums.MappingType[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:DLFStructure
value: enums.MappingType = driver.source.bb.w3Gpp.bstation.cmode.dlfStructure.get(baseStation = repcap.BaseStation.Default)

The command selects the frame structure. The frame structure determines the transmission of TPC and pilot field in the transmission gaps.

param baseStation

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

return

dlf_structure: A| B A Type A, the pilot field is sent in the last slot of each transmission gap. B Type B, the pilot field is sent in the last slot of each transmission gap. The first TPC field of the transmission gap is sent in addition.

set(dlf_structure: RsSmbv.enums.MappingType, baseStation=BaseStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:DLFStructure
driver.source.bb.w3Gpp.bstation.cmode.dlfStructure.set(dlf_structure = enums.MappingType.A, baseStation = repcap.BaseStation.Default)

The command selects the frame structure. The frame structure determines the transmission of TPC and pilot field in the transmission gaps.

param dlf_structure

A| B A Type A, the pilot field is sent in the last slot of each transmission gap. B Type B, the pilot field is sent in the last slot of each transmission gap. The first TPC field of the transmission gap is sent in addition.

param baseStation

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