ApConf
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:XPDSch:PCRS:APConf
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) ApConfAll[source]
# [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) .
- Parameters:
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
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: ApConfAll, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# [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) .
- Parameters:
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
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)