Rpoint
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:RPOint
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default, allocation=Allocation.Default) DmrsReferencePoint[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:RPOint value: enums.DmrsReferencePoint = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.slot.allocation.rpoint.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slotRc = repcap.SlotRc.Default, allocation = repcap.Allocation.Default)
Defines the reference point of the PDSCH DMRS.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
frame – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
bwPart – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)
slotRc – optional repeated capability selector. Default value: Ix0 (settable in the interface ‘Slot’)
allocation – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Allocation’)
- Returns:
reference: BWPStart Reference point is the first subcarrier of the bandwidth part the PDSCH DMRS is in. RPA Reference point is the reference point A.
- set(reference: DmrsReferencePoint, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default, allocation=Allocation.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:RPOint driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.slot.allocation.rpoint.set(reference = enums.DmrsReferencePoint.BWPStart, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slotRc = repcap.SlotRc.Default, allocation = repcap.Allocation.Default)
Defines the reference point of the PDSCH DMRS.
- Parameters:
reference – BWPStart Reference point is the first subcarrier of the bandwidth part the PDSCH DMRS is in. RPA Reference point is the reference point A.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
frame – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
bwPart – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)
slotRc – optional repeated capability selector. Default value: Ix0 (settable in the interface ‘Slot’)
allocation – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Allocation’)