Interface

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:IPReplay:INTerface
class Interface[source]

Interface commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Files_Names: List[str]: No parameter help available

  • Network_Interfaces: List[enums.NetworkInterface]: No parameter help available

get()GetStruct[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPReplay:INTerface
value: GetStruct = driver.configure.data.measurement.ipReplay.interface.get()

Specifies the network interface for a selected file in the playlist. A query returns all files in the playlist as follows: {<FileName>, <NetworkInterface>}file 1, {…}file 2, …, {…}file n

return

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

set(filename: str, network_interface: RsCmwDau.enums.NetworkInterface)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPReplay:INTerface
driver.configure.data.measurement.ipReplay.interface.set(filename = '1', network_interface = enums.NetworkInterface.IP)

Specifies the network interface for a selected file in the playlist. A query returns all files in the playlist as follows: {<FileName>, <NetworkInterface>}file 1, {…}file 2, …, {…}file n

param filename

File name as a string. Specify the file name with extension but without path, for example ‘myfile.pcap’.

param network_interface

LANDau | IP | MULTicast LANDau: IP traffic to the LAN DAU connector IP: IP unicast traffic to the DUT MULTicast: IP multicast traffic to the DUT