Aperiodic

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:PRS:SLOT:APERiodic
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) str[source]
# 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.

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

Returns:

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]
# 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.

Parameters:
  • 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’.

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