Result

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:IPANalysis:RESult:IPCS
CONFigure:DATA:MEASurement<MeasInstance>:IPANalysis:RESult:ALL
CONFigure:DATA:MEASurement<MeasInstance>:IPANalysis:RESult:TCPanalysis
CONFigure:DATA:MEASurement<MeasInstance>:IPANalysis:RESult:IPConnect
CONFigure:DATA:MEASurement<MeasInstance>:IPANalysis:RESult:DPCP
CONFigure:DATA:MEASurement<MeasInstance>:IPANalysis:RESult:FTTRigger
CONFigure:DATA:MEASurement<MeasInstance>:IPANalysis:RESult:VOIMs
class Result[source]

Result commands group definition. 7 total commands, 0 Sub-groups, 7 group commands

class AllStruct[source]

Structure for reading output parameters. Fields:

  • Tcp_Analysis: bool: OFF | ON ‘TCP Analysis’ view OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

  • Ip_Connect: bool: OFF | ON ‘IP Connectivity’ view

  • Dpcp: bool: OFF | ON ‘Data Pie Charts’ view

  • Ft_Trigger: bool: OFF | ON ‘Flow Throughput and Event Trigger’ view

  • Vo_Ims: bool: OFF | ON ‘Voice over IMS’ view

  • Ipc_Security: bool: OFF | ON ‘IP Connection Security’ view

get_all()AllStruct[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:RESult[:ALL]
value: AllStruct = driver.configure.data.measurement.ipAnalysis.result.get_all()

Enables or disables the display of the individual detailed views and the evaluation of the related results. This command combines all other CONFigure:DATA:MEAS<i>:IPANalysis:RESult… commands.

return

structure: for return value, see the help for AllStruct structure arguments.

get_dpcp()bool[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:RESult:DPCP
value: bool = driver.configure.data.measurement.ipAnalysis.result.get_dpcp()

Enables or disables the display of the individual detailed views and the evaluation of the related results. The mnemonic after ‘RESult’ denotes the view: ‘TCP Analysis’, ‘IP Connectivity’, ‘Data Pie Charts’, ‘Voice over IMS’, ‘IP Connection Security’ and ‘Flow Throughput and Event Trigger’.

return

enable: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

get_ft_trigger()bool[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:RESult:FTTRigger
value: bool = driver.configure.data.measurement.ipAnalysis.result.get_ft_trigger()

Enables or disables the display of the individual detailed views and the evaluation of the related results. The mnemonic after ‘RESult’ denotes the view: ‘TCP Analysis’, ‘IP Connectivity’, ‘Data Pie Charts’, ‘Voice over IMS’, ‘IP Connection Security’ and ‘Flow Throughput and Event Trigger’.

return

enable: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

get_ip_connect()bool[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:RESult:IPConnect
value: bool = driver.configure.data.measurement.ipAnalysis.result.get_ip_connect()

Enables or disables the display of the individual detailed views and the evaluation of the related results. The mnemonic after ‘RESult’ denotes the view: ‘TCP Analysis’, ‘IP Connectivity’, ‘Data Pie Charts’, ‘Voice over IMS’, ‘IP Connection Security’ and ‘Flow Throughput and Event Trigger’.

return

enable: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

get_ipcs()bool[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:RESult:IPCS
value: bool = driver.configure.data.measurement.ipAnalysis.result.get_ipcs()

Enables or disables the display of the individual detailed views and the evaluation of the related results. The mnemonic after ‘RESult’ denotes the view: ‘TCP Analysis’, ‘IP Connectivity’, ‘Data Pie Charts’, ‘Voice over IMS’, ‘IP Connection Security’ and ‘Flow Throughput and Event Trigger’.

return

enable: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

get_tcp_analysis()bool[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:RESult:TCPanalysis
value: bool = driver.configure.data.measurement.ipAnalysis.result.get_tcp_analysis()

Enables or disables the display of the individual detailed views and the evaluation of the related results. The mnemonic after ‘RESult’ denotes the view: ‘TCP Analysis’, ‘IP Connectivity’, ‘Data Pie Charts’, ‘Voice over IMS’, ‘IP Connection Security’ and ‘Flow Throughput and Event Trigger’.

return

enable: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

get_vo_ims()bool[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:RESult:VOIMs
value: bool = driver.configure.data.measurement.ipAnalysis.result.get_vo_ims()

Enables or disables the display of the individual detailed views and the evaluation of the related results. The mnemonic after ‘RESult’ denotes the view: ‘TCP Analysis’, ‘IP Connectivity’, ‘Data Pie Charts’, ‘Voice over IMS’, ‘IP Connection Security’ and ‘Flow Throughput and Event Trigger’.

return

enable: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

set_all(value: RsCmwDau.Implementations.Configure_.Data_.Measurement_.IpAnalysis_.Result.Result.AllStruct)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:RESult[:ALL]
driver.configure.data.measurement.ipAnalysis.result.set_all(value = AllStruct())

Enables or disables the display of the individual detailed views and the evaluation of the related results. This command combines all other CONFigure:DATA:MEAS<i>:IPANalysis:RESult… commands.

param value

see the help for AllStruct structure arguments.

set_dpcp(enable: bool)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:RESult:DPCP
driver.configure.data.measurement.ipAnalysis.result.set_dpcp(enable = False)

Enables or disables the display of the individual detailed views and the evaluation of the related results. The mnemonic after ‘RESult’ denotes the view: ‘TCP Analysis’, ‘IP Connectivity’, ‘Data Pie Charts’, ‘Voice over IMS’, ‘IP Connection Security’ and ‘Flow Throughput and Event Trigger’.

param enable

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

set_ft_trigger(enable: bool)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:RESult:FTTRigger
driver.configure.data.measurement.ipAnalysis.result.set_ft_trigger(enable = False)

Enables or disables the display of the individual detailed views and the evaluation of the related results. The mnemonic after ‘RESult’ denotes the view: ‘TCP Analysis’, ‘IP Connectivity’, ‘Data Pie Charts’, ‘Voice over IMS’, ‘IP Connection Security’ and ‘Flow Throughput and Event Trigger’.

param enable

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

set_ip_connect(enable: bool)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:RESult:IPConnect
driver.configure.data.measurement.ipAnalysis.result.set_ip_connect(enable = False)

Enables or disables the display of the individual detailed views and the evaluation of the related results. The mnemonic after ‘RESult’ denotes the view: ‘TCP Analysis’, ‘IP Connectivity’, ‘Data Pie Charts’, ‘Voice over IMS’, ‘IP Connection Security’ and ‘Flow Throughput and Event Trigger’.

param enable

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

set_ipcs(enable: bool)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:RESult:IPCS
driver.configure.data.measurement.ipAnalysis.result.set_ipcs(enable = False)

Enables or disables the display of the individual detailed views and the evaluation of the related results. The mnemonic after ‘RESult’ denotes the view: ‘TCP Analysis’, ‘IP Connectivity’, ‘Data Pie Charts’, ‘Voice over IMS’, ‘IP Connection Security’ and ‘Flow Throughput and Event Trigger’.

param enable

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

set_tcp_analysis(enable: bool)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:RESult:TCPanalysis
driver.configure.data.measurement.ipAnalysis.result.set_tcp_analysis(enable = False)

Enables or disables the display of the individual detailed views and the evaluation of the related results. The mnemonic after ‘RESult’ denotes the view: ‘TCP Analysis’, ‘IP Connectivity’, ‘Data Pie Charts’, ‘Voice over IMS’, ‘IP Connection Security’ and ‘Flow Throughput and Event Trigger’.

param enable

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

set_vo_ims(enable: bool)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:RESult:VOIMs
driver.configure.data.measurement.ipAnalysis.result.set_vo_ims(enable = False)

Enables or disables the display of the individual detailed views and the evaluation of the related results. The mnemonic after ‘RESult’ denotes the view: ‘TCP Analysis’, ‘IP Connectivity’, ‘Data Pie Charts’, ‘Voice over IMS’, ‘IP Connection Security’ and ‘Flow Throughput and Event Trigger’.

param enable

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view