Canalyzer

SCPI Commands :

CONFigure:GPRF:MEASurement<Instance>:CANalyzer:MNAMe
CONFigure:GPRF:MEASurement<Instance>:CANalyzer:SEGMent
CONFigure:GPRF:MEASurement<Instance>:CANalyzer:STEP
class CanalyzerCls[source]

Canalyzer commands group definition. 6 total commands, 2 Subgroups, 3 group commands

get_mname() str[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:CANalyzer:MNAMe
value: str = driver.configure.gprf.measurement.canalyzer.get_mname()

Queries which firmware application has captured the data.

return:

meas_name: No help available

get_segment() int[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:CANalyzer:SEGMent
value: int = driver.configure.gprf.measurement.canalyzer.get_segment()

Selects a segment of a list mode measurement for result analysis. The selection affects the GUI contents and the contents stored by the command method RsCMPX_Gprf.Configure.Gprf.Measurement.Canalyzer.IqFile.set.

return:

segment: Segment number

get_step() int[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:CANalyzer:STEP
value: int = driver.configure.gprf.measurement.canalyzer.get_step()

Selects a step of a list mode measurement for result analysis. The selection affects the GUI contents and the contents stored by the command method RsCMPX_Gprf.Configure.Gprf.Measurement.Canalyzer.IqFile.set.

return:

step: Step number

set_segment(segment: int) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:CANalyzer:SEGMent
driver.configure.gprf.measurement.canalyzer.set_segment(segment = 1)

Selects a segment of a list mode measurement for result analysis. The selection affects the GUI contents and the contents stored by the command method RsCMPX_Gprf.Configure.Gprf.Measurement.Canalyzer.IqFile.set.

param segment:

Segment number

set_step(step: int) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:CANalyzer:STEP
driver.configure.gprf.measurement.canalyzer.set_step(step = 1)

Selects a step of a list mode measurement for result analysis. The selection affects the GUI contents and the contents stored by the command method RsCMPX_Gprf.Configure.Gprf.Measurement.Canalyzer.IqFile.set.

param step:

Step number

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.gprf.measurement.canalyzer.clone()

Subgroups