ApConf

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:XPDSch:PCRS:APConf
class ApConfCls[source]

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

get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) RsSmw.enums.ApConfAll[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:XPDSch:PCRS:APConf
value: enums.ApConfAll = driver.source.bb.v5G.downlink.subf.alloc.xpdsch.pcrs.apConf.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Specifies the antenna ports used by downlink phase compensation reference signal (PCRS) .

param subframeNull

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

param allocationNull

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

return

ap_configuration: A00| A01| A10| A11 A00 DL PCRS not present A01 Antenna port 60 used A10 Antenna port 61 used A11 Antenna ports 60 and 61 used

set(ap_configuration: RsSmw.enums.ApConfAll, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:XPDSch:PCRS:APConf
driver.source.bb.v5G.downlink.subf.alloc.xpdsch.pcrs.apConf.set(ap_configuration = enums.ApConfAll.A00, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Specifies the antenna ports used by downlink phase compensation reference signal (PCRS) .

param ap_configuration

A00| A01| A10| A11 A00 DL PCRS not present A01 Antenna port 60 used A10 Antenna port 61 used A11 Antenna ports 60 and 61 used

param subframeNull

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

param allocationNull

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