Is2
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:TCW:IS2:CHBW
[SOURce<HW>]:BB:EUTRa:TCW:IS2:CLID
[SOURce<HW>]:BB:EUTRa:TCW:IS2:DUPLex
[SOURce<HW>]:BB:EUTRa:TCW:IS2:IFTYpe
[SOURce<HW>]:BB:EUTRa:TCW:IS2:ORTCover
[SOURce<HW>]:BB:EUTRa:TCW:IS2:PLEVel
[SOURce<HW>]:BB:EUTRa:TCW:IS2:PRCOndition
[SOURce<HW>]:BB:EUTRa:TCW:IS2:RFFRequency
[SOURce<HW>]:BB:EUTRa:TCW:IS2:UEID
- class Is2Cls[source]
Is2 commands group definition. 9 total commands, 0 Subgroups, 9 group commands
- get_chbw() EutraTcwcHanBw [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:IS2:CHBW value: enums.EutraTcwcHanBw = driver.source.bb.eutra.tcw.is2.get_chbw()
Queries the channel bandwidth of the interfering signal in MHz: 20, 10, 5, 3, 1.4, 15, or 0.2 MHz.
- return:
channel_bandwidth: BW20_00| BW10_00| BW5_00| BW3_00| BW1_40| BW15_00| BW00_20
- get_clid() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:IS2:CLID value: int = driver.source.bb.eutra.tcw.is2.get_clid()
Sets the Cell ID for the second interfering signal.
- return:
is_2_cellid: integer Range: 0 to 503
- get_duplex() EutraDuplexMode [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:IS2:DUPLex value: enums.EutraDuplexMode = driver.source.bb.eutra.tcw.is2.get_duplex()
Selects whether TDD or FDD duplexing mode is used.
- return:
duplexing: No help available
- get_if_type() EutraTcwInterfType [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:IS2:IFTYpe value: enums.EutraTcwInterfType = driver.source.bb.eutra.tcw.is2.get_if_type() INTRO_CMD_HELP: Selects the type of the interfering signal: - For Blocking tests, the interfering signal can be an in-band EUTRA/LTE signal (EUTra) or out-of-band CW signal (CW) . - For Receiver Intermodulation tests, the first interfering signal can be an EUTRA/LTE signal (EUTra) or narrowband EUTRA signal (NEUTra) . The second interfering signal is always a CW signal (CW) . :return: interferer_type: NEUTra| EUTra| CW| UTRA
- get_ort_cover() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:IS2:ORTCover value: int = driver.source.bb.eutra.tcw.is2.get_ort_cover()
Queries the used resource index n_PUCCH.
- return:
ortho_cover: integer Range: 2 to 2
- get_plevel() str [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:IS2:PLEVel value: str = driver.source.bb.eutra.tcw.is2.get_plevel()
Queries the power level of the interfering signal.
- return:
power_level: string
- get_pr_condition() EutraTcwPropagCond [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:IS2:PRCOndition value: enums.EutraTcwPropagCond = driver.source.bb.eutra.tcw.is2.get_pr_condition()
Selects a predefined multipath fading propagation conditions. The settings of the fading simulator are adjusted according to the corresponding channel model as defined in 3GPP TS 36.141, Annex B.
- return:
propagation_condition: No help available
- get_rf_frequency() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:IS2:RFFRequency value: int = driver.source.bb.eutra.tcw.is2.get_rf_frequency()
Queries the center frequency of the interfering signal.
- return:
rf_frequency: integer Range: 100E3 to 6E9
- get_ue_id() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:IS2:UEID value: int = driver.source.bb.eutra.tcw.is2.get_ue_id()
Sets the UE ID/n_RNTI for the second interfering signal.
- return:
is_2_ueid: integer Range: 0 to 65535
- set_duplex(duplexing: EutraDuplexMode) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:IS2:DUPLex driver.source.bb.eutra.tcw.is2.set_duplex(duplexing = enums.EutraDuplexMode.FDD)
Selects whether TDD or FDD duplexing mode is used.
- param duplexing:
TDD| FDD
- set_rf_frequency(rf_frequency: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:IS2:RFFRequency driver.source.bb.eutra.tcw.is2.set_rf_frequency(rf_frequency = 1)
Queries the center frequency of the interfering signal.
- param rf_frequency:
integer Range: 100E3 to 6E9
- set_ue_id(is_2_ueid: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:IS2:UEID driver.source.bb.eutra.tcw.is2.set_ue_id(is_2_ueid = 1)
Sets the UE ID/n_RNTI for the second interfering signal.
- param is_2_ueid:
integer Range: 0 to 65535