ListPy
SCPI Commands :
CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:OSINdex
CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:PLCMode
CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:CMODe
CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:NCONnections
CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST
- class ListPyCls[source]
ListPy commands group definition. 25 total commands, 3 Subgroups, 5 group commands
- get_cmode() ParameterSetMode[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:CMODe
Snippet: value: enums.ParameterSetMode = driver.configure.multiEval.listPy.get_cmode()
No command help available
- return:
connector_mode: No help available
- get_nconnections() int[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:NCONnections
Snippet: value: int = driver.configure.multiEval.listPy.get_nconnections()
No command help available
- return:
no_of_connections: No help available
- get_os_index() int | bool[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:OSINdex
Snippet: value: int | bool = driver.configure.multiEval.listPy.get_os_index()
Selects the number of the segment to be displayed in offline mode. The index refers to the range of measured segments, see method RsCmwLteMeas.configure.multiEval.listPy.lrange.set. Setting a value also enables the offline mode.
- return:
offline_seg_index: (integer or boolean) numeric | OFF Range: 1 to number of measured segments OFF disables the offline mode.
- get_plc_mode() ParameterSetMode[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:PLCMode
Snippet: value: enums.ParameterSetMode = driver.configure.multiEval.listPy.get_plc_mode()
Selects which physical cell ID setting is used for list mode measurements.
- return:
plc_id_mode: GLOBal | LIST GLOBal The global setting is used for all segments, see method RsCmwLteMeas.#set CMDLINKRESOLVED]. LIST The cell ID is configured per segment, see [CMDLINKRESOLVED .set.
- get_value() bool[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST
Snippet: value: bool = driver.configure.multiEval.listPy.get_value()
Enables or disables the list mode.
- return:
enable: OFF | ON OFF: Disable list mode. ON: Enable list mode.
- set_cmode(connector_mode: ParameterSetMode) None[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:CMODe
Snippet: driver.configure.multiEval.listPy.set_cmode(connector_mode = enums.ParameterSetMode.GLOBal)
No command help available
- param connector_mode:
No help available
- set_nconnections(no_of_connections: int) None[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:NCONnections
Snippet: driver.configure.multiEval.listPy.set_nconnections(no_of_connections = 1)
No command help available
- param no_of_connections:
No help available
- set_os_index(offline_seg_index: int | bool) None[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:OSINdex
Snippet: driver.configure.multiEval.listPy.set_os_index(offline_seg_index = 1)
Selects the number of the segment to be displayed in offline mode. The index refers to the range of measured segments, see method RsCmwLteMeas.configure.multiEval.listPy.lrange.set. Setting a value also enables the offline mode.
- param offline_seg_index:
(integer or boolean) numeric | OFF Range: 1 to number of measured segments OFF disables the offline mode.
- set_plc_mode(plc_id_mode: ParameterSetMode) None[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:PLCMode
Snippet: driver.configure.multiEval.listPy.set_plc_mode(plc_id_mode = enums.ParameterSetMode.GLOBal)
Selects which physical cell ID setting is used for list mode measurements.
- param plc_id_mode:
GLOBal | LIST GLOBal The global setting is used for all segments, see method RsCmwLteMeas.#set CMDLINKRESOLVED]. LIST The cell ID is configured per segment, see [CMDLINKRESOLVED .set.
- set_value(enable: bool) None[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST
Snippet: driver.configure.multiEval.listPy.set_value(enable = False)
Enables or disables the list mode.
- param enable:
OFF | ON OFF: Disable list mode. ON: Enable list mode.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.configure.multiEval.listPy.clone()
Subgroups