DlfStructure

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:DLFStructure
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default) MappingType[source]
# [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.

Parameters:

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

Returns:

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: MappingType, baseStation=BaseStation.Default) None[source]
# [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.

Parameters:
  • 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.

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