ListPy

SCPI Commands :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:NCONnections
CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:COUNt
CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:MALGorithm
CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:CMODe
CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST
class ListPyCls[source]

ListPy commands group definition. 41 total commands, 2 Subgroups, 5 group commands

get_cmode() ParameterSetMode[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:CMODe
value: enums.ParameterSetMode = driver.configure.bluetooth.measurement.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:BLUetooth:MEASi:SPATh. - LIST: Assign a connection to each segment, see CONFigure:BLUetooth:MEASi:MEValuation:LIST:SEGMentno:CIDX.

get_count() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:COUNt
value: int = driver.configure.bluetooth.measurement.multiEval.listPy.get_count()

Defines the number of segments in the entire measurement interval.

return:

segments: No help available

get_malgorithm() PatternIndependent[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:MALGorithm
value: enums.PatternIndependent = driver.configure.bluetooth.measurement.multiEval.listPy.get_malgorithm()

No command help available

return:

pattern_independent: No help available

get_nconnections() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:NCONnections
value: int = driver.configure.bluetooth.measurement.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:BLUetooth:MEAS<i>:SPATh.

return:

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

get_value() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST
value: bool = driver.configure.bluetooth.measurement.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:BLUetooth:MEASurement<Instance>:MEValuation:LIST:CMODe
driver.configure.bluetooth.measurement.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:BLUetooth:MEASi:SPATh.

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

set_count(segments: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:COUNt
driver.configure.bluetooth.measurement.multiEval.listPy.set_count(segments = 1)

Defines the number of segments in the entire measurement interval.

param segments:

No help available

set_malgorithm(pattern_independent: PatternIndependent) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:MALGorithm
driver.configure.bluetooth.measurement.multiEval.listPy.set_malgorithm(pattern_independent = enums.PatternIndependent.PINDependent)

No command help available

param pattern_independent:

No help available

set_nconnections(no_of_connections: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:NCONnections
driver.configure.bluetooth.measurement.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:BLUetooth:MEAS<i>:SPATh.

param no_of_connections:

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

set_value(enable: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST
driver.configure.bluetooth.measurement.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.bluetooth.measurement.multiEval.listPy.clone()

Subgroups