Csirs

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TM<nr>:CSIRs:APORts
CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TM<nr>:CSIRs:SUBFrame
CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TM<nr>:CSIRs:RESource
CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TM<nr>:CSIRs:POWer
class CsirsCls[source]

Csirs commands group definition. 4 total commands, 0 Subgroups, 4 group commands

get_aports() AntennaPorts[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TM<nr>:CSIRs:APORts
value: enums.AntennaPorts = driver.configure.connection.pcc.tm.csirs.get_aports()

Selects the antenna ports used for the CSI-RS for TM 9.

return:

ports: NONE | P15 | P1516 | P1518 | P1522 NONE: no CSI-RS P15: port 15 P1516: port 15 and 16 P1518: port 15 to 18 P1522: port 15 to 22

get_power() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TM<nr>:CSIRs:POWer
value: int = driver.configure.connection.pcc.tm.csirs.get_power()

Sets the value Pc to be signaled to the UE. Pc is the assumed ratio of the RS EPRE to the CSI-RS EPRE.

return:

power: integer Range: -8 dB to 15 dB, Unit: dB

get_resource() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TM<nr>:CSIRs:RESource
value: int = driver.configure.connection.pcc.tm.csirs.get_resource()

Selects the CSI reference signal configuration.

return:

resource: numeric Range: 0 to 31

get_subframe() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TM<nr>:CSIRs:SUBFrame
value: int = driver.configure.connection.pcc.tm.csirs.get_subframe()

Selects the CSI-RS subframe configuration.

return:

config: numeric Range: 0 to 154

set_aports(ports: AntennaPorts) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TM<nr>:CSIRs:APORts
driver.configure.connection.pcc.tm.csirs.set_aports(ports = enums.AntennaPorts.NONE)

Selects the antenna ports used for the CSI-RS for TM 9.

param ports:

NONE | P15 | P1516 | P1518 | P1522 NONE: no CSI-RS P15: port 15 P1516: port 15 and 16 P1518: port 15 to 18 P1522: port 15 to 22

set_power(power: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TM<nr>:CSIRs:POWer
driver.configure.connection.pcc.tm.csirs.set_power(power = 1)

Sets the value Pc to be signaled to the UE. Pc is the assumed ratio of the RS EPRE to the CSI-RS EPRE.

param power:

integer Range: -8 dB to 15 dB, Unit: dB

set_resource(resource: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TM<nr>:CSIRs:RESource
driver.configure.connection.pcc.tm.csirs.set_resource(resource = 1)

Selects the CSI reference signal configuration.

param resource:

numeric Range: 0 to 31

set_subframe(config: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TM<nr>:CSIRs:SUBFrame
driver.configure.connection.pcc.tm.csirs.set_subframe(config = 1)

Selects the CSI-RS subframe configuration.

param config:

numeric Range: 0 to 154