Aperiodic

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>:SLOT:APERiodic
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, csiRs=CsiRs.Default) str[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>:SLOT:APERiodic
value: str = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.slot.aperiodic.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, csiRs = repcap.CsiRs.Default)

Defines the slots in which a CSI reference signal is transmitted. Prerequisites for this command

  • Select aperiodic transmission (method RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.slot.mode.set() ) .

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

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

Returns:

slot: String containing the slot numbers a CSI-RS 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, csiRs=CsiRs.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>:SLOT:APERiodic
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.slot.aperiodic.set(slot = 'abc', carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, csiRs = repcap.CsiRs.Default)

Defines the slots in which a CSI reference signal is transmitted. Prerequisites for this command

  • Select aperiodic transmission (method RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.slot.mode.set() ) .

Parameters:
  • slot – String containing the slot numbers a CSI-RS 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’)

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