IpReplay

SCPI Commands

SENSe:DATA:MEASurement<MeasInstance>:IPReplay:PROGress
class IpReplay[source]

IpReplay commands group definition. 3 total commands, 2 Sub-groups, 1 group commands

class ProgressStruct[source]

Structure for reading output parameters. Fields:

  • Filename: List[str]: File name as a string

  • Progress: List[int]: Range: 0 % to 100 %, Unit: %

get_progress()ProgressStruct[source]
# SCPI: SENSe:DATA:MEASurement<Instance>:IPReplay:PROGress
value: ProgressStruct = driver.sense.data.measurement.ipReplay.get_progress()

Queries the replay progress for all files in the playlist. The results are returned as follows: {<FileName>, <Progress>}file 1, {…}file 2, …, {…}file n

return

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.data.measurement.ipReplay.clone()

Subgroups