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
- Commands in total: 9Subgroups: 0Direct child commands: 9
- get_chbw() EutraTcwcHanBw[source]
# [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.
- Returns:
channel_bandwidth: BW20_00 | BW10_00 | BW5_00 | BW3_00 | BW1_40 | BW15_00 | BW00_20
- get_clid() int[source]
# [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.
- Returns:
is_2_cellid: integer Range: 0 to 503
- get_duplex() EutraDuplexMode[source]
# [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.
- get_if_type() EutraTcwInterfType[source]
# [SOURce<HW>]:BB:EUTRa:TCW:IS2:IFTYpe value: enums.EutraTcwInterfType = driver.source.bb.eutra.tcw.is2.get_if_type()
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) .
- Returns:
interferer_type: NEUTra | EUTra | CW | UTRA
- get_ort_cover() int[source]
# [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.
- Returns:
ortho_cover: integer Range: 2 to 2
- get_plevel() str[source]
# [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.
- Returns:
power_level: string
- get_pr_condition() EutraTcwPropagCond[source]
# [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.
- get_rf_frequency() int[source]
# [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.
- Returns:
rf_frequency: integer Range: 100E3 to 6E9
- get_ue_id() int[source]
# [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.
- Returns:
is_2_ueid: integer Range: 0 to 65535
- set_duplex(duplexing: EutraDuplexMode) None[source]
# [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.
- Parameters:
duplexing – TDD | FDD
- set_rf_frequency(rf_frequency: int) None[source]
# [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.
- Parameters:
rf_frequency – integer Range: 100E3 to 6E9
- set_ue_id(is_2_ueid: int) None[source]
# [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.
- Parameters:
is_2_ueid – integer Range: 0 to 65535