Ap

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:PRECoding:AP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) EutraBfaNtSet[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:PRECoding:AP
value: enums.EutraBfaNtSet = driver.source.bb.eutra.downlink.subf.alloc.cw.precoding.ap.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, codeword = repcap.Codeword.Default)

Sets the antenna port(s) for the selected transmission mode.

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’)

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

Returns:

antenna_ports: AP7 | AP5 | AP8 | AP78 | AP79 | AP710 | AP711 | AP712 | AP713 | AP714 | AP107 | AP108 | AP109 | AP110 | AP107108 | AP107109 | AP11 | AP13 | AP1113 | AP7 | AP5 | AP8 | AP78 | AP79 | AP710 | AP711 | AP712 | AP713 | AP714 | AP11 | AP13 | AP1113 | AP107 | AP108 | AP109 | AP110 | AP107108 | AP107109 Antenna port or antenna ports combination; the designation AP78 for example means AP7 and AP8

set(antenna_ports: EutraBfaNtSet, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:PRECoding:AP
driver.source.bb.eutra.downlink.subf.alloc.cw.precoding.ap.set(antenna_ports = enums.EutraBfaNtSet.AP107, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, codeword = repcap.Codeword.Default)

Sets the antenna port(s) for the selected transmission mode.

Parameters:
  • antenna_ports – AP7 | AP5 | AP8 | AP78 | AP79 | AP710 | AP711 | AP712 | AP713 | AP714 | AP107 | AP108 | AP109 | AP110 | AP107108 | AP107109 | AP11 | AP13 | AP1113 | AP7 | AP5 | AP8 | AP78 | AP79 | AP710 | AP711 | AP712 | AP713 | AP714 | AP11 | AP13 | AP1113 | AP107 | AP108 | AP109 | AP110 | AP107108 | AP107109 Antenna port or antenna ports combination; the designation AP78 for example means AP7 and AP8

  • 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’)

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