ListPy

SCPI Commands :

CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:EOFFset
CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:COUNt
CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:OSINdex
CONFigure:WCDMa:MEASurement<Instance>:MEValuation:LIST:CMODe
CONFigure:WCDMa:MEASurement<Instance>:MEValuation:LIST:NCONnections
CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST
class ListPyCls[source]

ListPy commands group definition. 15 total commands, 2 Subgroups, 6 group commands

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

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

Defines the number of segments in the entire measurement interval, including active and inactive segments.

return:

segments: No help available

get_eoffset() int[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:EOFFset
value: int = driver.configure.wcdmaMeas.multiEval.listPy.get_eoffset()

Defines the evaluation offset. The specified number of slots at the beginning of each segment is excluded from the evaluation. Set the trigger delay to 0 when using an evaluation offset (see method RsCMPX_WcdmaMeas.Trigger.WcdmaMeas. MultiEval.delay) .

return:

offset: No help available

get_nconnections() int[source]
# SCPI: CONFigure:WCDMa:MEASurement<Instance>:MEValuation:LIST:NCONnections
value: int = driver.configure.wcdmaMeas.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:WCDMa: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:WCDMa:MEASurement<instance>:MEValuation:LIST:OSINdex
value: int = driver.configure.wcdmaMeas.multiEval.listPy.get_os_index()

No command help available

return:

index: No help available

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

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

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

Defines the number of segments in the entire measurement interval, including active and inactive segments.

param segments:

No help available

set_eoffset(offset: int) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:EOFFset
driver.configure.wcdmaMeas.multiEval.listPy.set_eoffset(offset = 1)

Defines the evaluation offset. The specified number of slots at the beginning of each segment is excluded from the evaluation. Set the trigger delay to 0 when using an evaluation offset (see method RsCMPX_WcdmaMeas.Trigger.WcdmaMeas. MultiEval.delay) .

param offset:

No help available

set_nconnections(no_of_connections: int) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<Instance>:MEValuation:LIST:NCONnections
driver.configure.wcdmaMeas.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:WCDMa: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(index: int) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:OSINdex
driver.configure.wcdmaMeas.multiEval.listPy.set_os_index(index = 1)

No command help available

param index:

No help available

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

Subgroups