Prss
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:DL:PRSS:BW
[SOURce<HW>]:BB:EUTRa:DL:PRSS:CI
[SOURce<HW>]:BB:EUTRa:DL:PRSS:DPRS
[SOURce<HW>]:BB:EUTRa:DL:PRSS:NPRS
[SOURce<HW>]:BB:EUTRa:DL:PRSS:POW
[SOURce<HW>]:BB:EUTRa:DL:PRSS:STATe
- class PrssCls[source]
Prss commands group definition. 8 total commands, 2 Subgroups, 6 group commands
- get_bw() RsSmbv.enums.EutraCaChannelBandwidth [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PRSS:BW value: enums.EutraCaChannelBandwidth = driver.source.bb.eutra.downlink.prss.get_bw()
Defines the bandwidth in which the PRS is transmitted.
- return
prs_bandwidth: BW1_40| BW3_00| BW5_00| BW10_00| BW15_00| BW20_00
- get_ci() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PRSS:CI value: int = driver.source.bb.eutra.downlink.prss.get_ci()
Sets the PRS Configuration Index IPRS as defined in 3GPP TS 36.211, table 6.10.4.3-1.
- return
conf_idx: integer Range: 0 to 2399
- get_dprs() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PRSS:DPRS value: int = driver.source.bb.eutra.downlink.prss.get_dprs()
Queries the subframe offset of the PRS generation (DeltaPRS) as defined in 3GPP TS 36.211, table 6.10.4.3-1.
- return
delta_prs: integer Range: 0 to 1279
- get_nprs() RsSmbv.enums.EutraNprs [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PRSS:NPRS value: enums.EutraNprs = driver.source.bb.eutra.downlink.prss.get_nprs()
Defines the number of consecutive DL subframes in that PRS are transmitted.
- return
number_prs: 1| 2| 4| 6
- get_pow() float [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PRSS:POW value: float = driver.source.bb.eutra.downlink.prss.get_pow()
Sets the power of a PRS resource element relative to the power of a common reference signal resource element.
- return
prs_power: float Range: -80 to 10
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PRSS:STATe value: bool = driver.source.bb.eutra.downlink.prss.get_state()
Enables the generation of the PRS.
- return
prs_state: 1| ON| 0| OFF
- set_bw(prs_bandwidth: RsSmbv.enums.EutraCaChannelBandwidth) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PRSS:BW driver.source.bb.eutra.downlink.prss.set_bw(prs_bandwidth = enums.EutraCaChannelBandwidth.BW1_40)
Defines the bandwidth in which the PRS is transmitted.
- param prs_bandwidth
BW1_40| BW3_00| BW5_00| BW10_00| BW15_00| BW20_00
- set_ci(conf_idx: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PRSS:CI driver.source.bb.eutra.downlink.prss.set_ci(conf_idx = 1)
Sets the PRS Configuration Index IPRS as defined in 3GPP TS 36.211, table 6.10.4.3-1.
- param conf_idx
integer Range: 0 to 2399
- set_nprs(number_prs: RsSmbv.enums.EutraNprs) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PRSS:NPRS driver.source.bb.eutra.downlink.prss.set_nprs(number_prs = enums.EutraNprs._1)
Defines the number of consecutive DL subframes in that PRS are transmitted.
- param number_prs
1| 2| 4| 6
- set_pow(prs_power: float) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PRSS:POW driver.source.bb.eutra.downlink.prss.set_pow(prs_power = 1.0)
Sets the power of a PRS resource element relative to the power of a common reference signal resource element.
- param prs_power
float Range: -80 to 10
- set_state(prs_state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PRSS:STATe driver.source.bb.eutra.downlink.prss.set_state(prs_state = False)
Enables the generation of the PRS.
- param prs_state
1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.eutra.downlink.prss.clone()
Subgroups