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.multiEval.listPy.get_cmode()

No command help available

return:

connector_mode: No help available

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

Defines the number of segments in the entire measurement interval.

return:

segments: numeric Range: 1 to 48

get_malgorithm() PatternIndependent[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:MALGorithm
value: enums.PatternIndependent = driver.configure.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.multiEval.listPy.get_nconnections()

No command help available

return:

no_of_connections: No help available

get_value() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST
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]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:CMODe
driver.configure.multiEval.listPy.set_cmode(connector_mode = enums.ParameterSetMode.GLOBal)

No command help available

param connector_mode:

No help available

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

Defines the number of segments in the entire measurement interval.

param segments:

numeric Range: 1 to 48

set_malgorithm(pattern_independent: PatternIndependent) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:MALGorithm
driver.configure.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.multiEval.listPy.set_nconnections(no_of_connections = 1)

No command help available

param no_of_connections:

No help available

set_value(enable: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST
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