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. 26 total commands, 3 Subgroups, 5 group commands

get_cmode() ParameterSetMode[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:CMODe
value: enums.ParameterSetMode = driver.configure.lteMeas.multiEval.listPy.get_cmode()

Sets the connector mode, selecting whether all list mode segments use the same RF connection.

return:

connector_mode: - GLOBal: Use the same RF connection for all segments, see ROUTe:LTE:MEASi:SPATh. - LIST: Assign a connection to each segment, see CONFigure:LTE:MEASi:MEValuation:LIST:SEGMentno:CIDX.

get_nconnections() int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:NCONnections
value: int = driver.configure.lteMeas.multiEval.listPy.get_nconnections()

Sets the number of connections to be defined for the list mode, for connector mode LIST. Define the connections via ROUTe:LTE:MEAS<i>:SPATh.

return:

no_of_connections: The maximum number of connections is limited by the number of connectors per smart channel.

get_os_index() int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:OSINdex
value: int or bool = driver.configure.lteMeas.multiEval.listPy.get_os_index()

No command help available

return:

offline_seg_index: (integer or boolean) No help available

get_plc_mode() ParameterSetMode[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:PLCMode
value: enums.ParameterSetMode = driver.configure.lteMeas.multiEval.listPy.get_plc_mode()

Selects which physical cell ID setting is used for list mode measurements.

return:

plc_id_mode: - GLOBal: The global setting is used for all segments, see CONFigure:LTE:MEASi:MEValuation:CCno:PLCid. - LIST: The cell ID is configured per segment, see CONFigure:LTE:MEASi:MEValuation:LIST:SEGMentno:PLCid.

get_value() bool[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST
value: bool = driver.configure.lteMeas.multiEval.listPy.get_value()

Enables or disables the list mode.

return:

enable: OFF: Disable list mode. ON: Enable list mode.

set_cmode(connector_mode: ParameterSetMode) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:CMODe
driver.configure.lteMeas.multiEval.listPy.set_cmode(connector_mode = enums.ParameterSetMode.GLOBal)

Sets the connector mode, selecting whether all list mode segments use the same RF connection.

param connector_mode:
  • GLOBal: Use the same RF connection for all segments, see ROUTe:LTE:MEASi:SPATh.

  • LIST: Assign a connection to each segment, see CONFigure:LTE:MEASi:MEValuation:LIST:SEGMentno:CIDX.

set_nconnections(no_of_connections: int) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:NCONnections
driver.configure.lteMeas.multiEval.listPy.set_nconnections(no_of_connections = 1)

Sets the number of connections to be defined for the list mode, for connector mode LIST. Define the connections via ROUTe:LTE:MEAS<i>:SPATh.

param no_of_connections:

The maximum number of connections is limited by the number of connectors per smart channel.

set_os_index(offline_seg_index: int) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:OSINdex
driver.configure.lteMeas.multiEval.listPy.set_os_index(offline_seg_index = 1)

No command help available

param offline_seg_index:

(integer or boolean) No help available

set_plc_mode(plc_id_mode: ParameterSetMode) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:PLCMode
driver.configure.lteMeas.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: The global setting is used for all segments, see CONFigure:LTE:MEASi:MEValuation:CCno:PLCid.

  • LIST: The cell ID is configured per segment, see CONFigure:LTE:MEASi:MEValuation:LIST:SEGMentno:PLCid.

set_value(enable: bool) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST
driver.configure.lteMeas.multiEval.listPy.set_value(enable = False)

Enables or disables the list mode.

param enable:

OFF: Disable list mode. ON: Enable list mode.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.lteMeas.multiEval.listPy.clone()

Subgroups