Density

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>:DENSity
class DensityCls[source]

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

get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, csiRs=CsiRs.Default) RsFsw.enums.DensityConf[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>:DENSity
value: enums.DensityConf = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.density.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, csiRs = repcap.CsiRs.Default)

Selects the density configuration for the CSI-RS.

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

configuration: DEN1 | DEN3 | EVEN | ODD The availability and default value of the configurations depends on the location setting (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.Frame.BwPart.Csi.Row.set) .

set(configuration: RsFsw.enums.DensityConf, 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>:DENSity
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.density.set(configuration = enums.DensityConf.DEN1, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, csiRs = repcap.CsiRs.Default)

Selects the density configuration for the CSI-RS.

param configuration

DEN1 | DEN3 | EVEN | ODD The availability and default value of the configurations depends on the location setting (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.Frame.BwPart.Csi.Row.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’)