CreateList

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:IPReplay:CREatelist
class CreateList[source]

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

class GetStruct[source]

Response structure. Fields:

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

  • Iterations: List[int]: No parameter help available

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

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

Adds a single file to the playlist (measurement must be OFF) . A query returns all files in the playlist as follows: {<FileName>, <Iteration>, <NetworkInterface>}file 1, {…}file 2, …, {…}file n To query a list of all files in the ip_replay directory, see method RsCmwDau.Data.Measurement.IpReplay.FileList.fetch.

return

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

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

Adds a single file to the playlist (measurement must be OFF) . A query returns all files in the playlist as follows: {<FileName>, <Iteration>, <NetworkInterface>}file 1, {…}file 2, …, {…}file n To query a list of all files in the ip_replay directory, see method RsCmwDau.Data.Measurement.IpReplay.FileList.fetch.

param filename

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

param iteration

Specifies how often the file is replayed Range: 0 to 10E+3

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