Row
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>:ROW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, csiRs=CsiRs.Default) float[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>:ROW value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.row.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, csiRs = repcap.CsiRs.Default)
Selects the location setting for the CSI-RS. Effects of this command
Selecting a location setting has effects on the range and availability of the other CSI-RS parameters.
- 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:
value: The numeric value corresponds to the number of the row in 3GPP 38.211, table 7.4.1.5.3-1. Range: 1 to 18
- set(value: float, 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>:ROW driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.row.set(value = 1.0, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, csiRs = repcap.CsiRs.Default)
Selects the location setting for the CSI-RS. Effects of this command
Selecting a location setting has effects on the range and availability of the other CSI-RS parameters.
- Parameters:
value – The numeric value corresponds to the number of the row in 3GPP 38.211, table 7.4.1.5.3-1. Range: 1 to 18
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’)