Aperiodic

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>: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, csiRs=CsiRs.Default) str[source]
# SCPI: 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.

INTRO_CMD_HELP: Prerequisites for this command

  • Select aperiodic transmission (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.Frame.BwPart.Csi.Slot.Mode.set) .

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

param csiRs

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

return

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

INTRO_CMD_HELP: Prerequisites for this command

  • Select aperiodic transmission (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.Frame.BwPart.Csi.Slot.Mode.set) .

param 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’.

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

param csiRs

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