skrf.vi.vna.PNA.func_on_all_traces

PNA.func_on_all_traces(func, *args, **kwargs)

Run a function on all traces are active

Loop through all measurements, and making each active, then subsequently run a command.

Parameters :

func : func

The function to run while each trace is active

Examples

>>> p = PNA()
>>> p.func_on_all_traces(p.set_display_format, 'smith')

Previous topic

skrf.vi.vna.PNA.display_trace

Next topic

skrf.vi.vna.PNA.get_active_meas

This Page