Aperiodic

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:PRS:SLOT:APERiodic
class AperiodicCls[source]

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

get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) str[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:PRS:SLOT:APERiodic
value: str = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.prs.slot.aperiodic.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default)

Defines the slots in which a positioning reference signal is transmitted.

param carrierComponent

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

param frame

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

param bwPart

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

return

slot: String containing the slot numbers a PRS is allocated to. Example: To transmit the CSI-RS in slots 1,2,3,4,5,7,11, enter the string ‘1-5,7,11’.

set(slot: str, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) None[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:PRS:SLOT:APERiodic
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.prs.slot.aperiodic.set(slot = 'abc', carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default)

Defines the slots in which a positioning reference signal is transmitted.

param slot

String containing the slot numbers a PRS is allocated to. Example: To transmit the CSI-RS in slots 1,2,3,4,5,7,11, enter the string ‘1-5,7,11’.

param carrierComponent

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

param frame

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

param bwPart

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