Prach
SCPI Commands :
CONFigure:LTE:MEASurement<Instance>:PRACh:VIEW
CONFigure:LTE:MEASurement<Instance>:PRACh:TOUT
CONFigure:LTE:MEASurement<Instance>:PRACh:REPetition
CONFigure:LTE:MEASurement<Instance>:PRACh:SCONdition
CONFigure:LTE:MEASurement<Instance>:PRACh:MOEXception
CONFigure:LTE:MEASurement<Instance>:PRACh:PCINdex
CONFigure:LTE:MEASurement<Instance>:PRACh:SSYMbol
CONFigure:LTE:MEASurement<Instance>:PRACh:PFORmat
CONFigure:LTE:MEASurement<Instance>:PRACh:NOPReambles
CONFigure:LTE:MEASurement<Instance>:PRACh:POPReambles
- class PrachCls[source]
Prach commands group definition. 36 total commands, 6 Subgroups, 10 group commands
- get_mo_exception() bool[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:MOEXception
Snippet: value: bool = driver.configure.lteMeas.prach.get_mo_exception()
Specifies whether measurement results that the CMX500 identifies as faulty or inaccurate are rejected.
- return:
meas_on_exception: OFF: Faulty results are rejected. ON: Results are never rejected.
- get_no_preambles() int[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:NOPReambles
Snippet: value: int = driver.configure.lteMeas.prach.get_no_preambles()
Specifies the number of preambles to be captured per measurement interval.
- return:
number_preamble: No help available
- get_pc_index() int[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:PCINdex
Snippet: value: int = driver.configure.lteMeas.prach.get_pc_index()
The PRACH configuration index identifies the PRACH configuration used by the UE (preamble format, which resources in the time domain are allowed for transmission of preambles etc.) . For Signal Path = Network, use[CONFigure:]SIGNaling:LTE:CELL:POWer:UL:CINDex.
- return:
prach_conf_index: No help available
- get_pformat() int[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:PFORmat
Snippet: value: int = driver.configure.lteMeas.prach.get_pformat()
No command help available
- return:
preamble_format: No help available
- get_po_preambles() PeriodPreamble[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:POPReambles
Snippet: value: enums.PeriodPreamble = driver.configure.lteMeas.prach.get_po_preambles()
Specifies the periodicity of preambles to be captured for multi-preamble result views.
- return:
period_preamble: MS05: 5 ms MS10: 10 ms MS20: 20 ms
- get_repetition() Repeat[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:REPetition
Snippet: value: enums.Repeat = driver.configure.lteMeas.prach.get_repetition()
Specifies the repetition mode of the measurement. The repetition mode specifies whether the measurement is stopped after a single shot or repeated continuously. Use the CONFigure:…:MEAS<i>:…:SCOunt commands to specify the number of measurement intervals per single shot.
- return:
repetition: SINGleshot: Single-shot measurement CONTinuous: Continuous measurement
- get_scondition() StopCondition[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:SCONdition
Snippet: value: enums.StopCondition = driver.configure.lteMeas.prach.get_scondition()
Qualifies whether the measurement is stopped after a failed limit check or continued. With SLFail, the measurement is stopped and reaches the RDY state when one of the results exceeds the limits.
- return:
stop_condition: NONE: Continue measurement irrespective of the limit check. SLFail: Stop measurement on limit failure.
- get_ssymbol() int[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:SSYMbol
Snippet: value: int = driver.configure.lteMeas.prach.get_ssymbol()
Selects the OFDM symbol to be evaluated for single-symbol modulation result diagrams. The number of OFDM symbols in the preamble (<no of symbols>) depends on the preamble format, see Table ‘Preambles in the time domain’.
- return:
selected_symbol: No help available
- get_timeout() float[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:TOUT
Snippet: value: float = driver.configure.lteMeas.prach.get_timeout()
Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated manually. When the measurement has completed the first measurement cycle (first single shot) , the statistical depth is reached and the timer is reset. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped. The measurement state changes to RDY. The reliability indicator is set to 1, indicating that a measurement timeout occurred. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.
- return:
timeout: No help available
- get_view() ViewPrach[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:VIEW
Snippet: value: enums.ViewPrach = driver.configure.lteMeas.prach.get_view()
No command help available
- return:
view: No help available
- set_mo_exception(meas_on_exception: bool) None[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:MOEXception
Snippet: driver.configure.lteMeas.prach.set_mo_exception(meas_on_exception = False)
Specifies whether measurement results that the CMX500 identifies as faulty or inaccurate are rejected.
- param meas_on_exception:
OFF: Faulty results are rejected. ON: Results are never rejected.
- set_no_preambles(number_preamble: int) None[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:NOPReambles
Snippet: driver.configure.lteMeas.prach.set_no_preambles(number_preamble = 1)
Specifies the number of preambles to be captured per measurement interval.
- param number_preamble:
No help available
- set_pc_index(prach_conf_index: int) None[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:PCINdex
Snippet: driver.configure.lteMeas.prach.set_pc_index(prach_conf_index = 1)
The PRACH configuration index identifies the PRACH configuration used by the UE (preamble format, which resources in the time domain are allowed for transmission of preambles etc.) . For Signal Path = Network, use[CONFigure:]SIGNaling:LTE:CELL:POWer:UL:CINDex.
- param prach_conf_index:
No help available
- set_po_preambles(period_preamble: PeriodPreamble) None[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:POPReambles
Snippet: driver.configure.lteMeas.prach.set_po_preambles(period_preamble = enums.PeriodPreamble.MS05)
Specifies the periodicity of preambles to be captured for multi-preamble result views.
- param period_preamble:
MS05: 5 ms MS10: 10 ms MS20: 20 ms
- set_repetition(repetition: Repeat) None[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:REPetition
Snippet: driver.configure.lteMeas.prach.set_repetition(repetition = enums.Repeat.CONTinuous)
Specifies the repetition mode of the measurement. The repetition mode specifies whether the measurement is stopped after a single shot or repeated continuously. Use the CONFigure:…:MEAS<i>:…:SCOunt commands to specify the number of measurement intervals per single shot.
- param repetition:
SINGleshot: Single-shot measurement CONTinuous: Continuous measurement
- set_scondition(stop_condition: StopCondition) None[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:SCONdition
Snippet: driver.configure.lteMeas.prach.set_scondition(stop_condition = enums.StopCondition.NONE)
Qualifies whether the measurement is stopped after a failed limit check or continued. With SLFail, the measurement is stopped and reaches the RDY state when one of the results exceeds the limits.
- param stop_condition:
NONE: Continue measurement irrespective of the limit check. SLFail: Stop measurement on limit failure.
- set_ssymbol(selected_symbol: int) None[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:SSYMbol
Snippet: driver.configure.lteMeas.prach.set_ssymbol(selected_symbol = 1)
Selects the OFDM symbol to be evaluated for single-symbol modulation result diagrams. The number of OFDM symbols in the preamble (<no of symbols>) depends on the preamble format, see Table ‘Preambles in the time domain’.
- param selected_symbol:
No help available
- set_timeout(timeout: float) None[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:TOUT
Snippet: driver.configure.lteMeas.prach.set_timeout(timeout = 1.0)
Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated manually. When the measurement has completed the first measurement cycle (first single shot) , the statistical depth is reached and the timer is reset. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped. The measurement state changes to RDY. The reliability indicator is set to 1, indicating that a measurement timeout occurred. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.
- param timeout:
No help available
- set_view(view: ViewPrach) None[source]
CONFigure:LTE:MEASurement<Instance>:PRACh:VIEW
Snippet: driver.configure.lteMeas.prach.set_view(view = enums.ViewPrach.EVMagnitude)
No command help available
- param view:
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.configure.lteMeas.prach.clone()
Subgroups