ListPy

SCPI Command :

TRIGger:NRMMw:MEASurement<Instance>:LIST:MODE
class ListPyCls[source]

ListPy commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_mode() ListMode[source]
# SCPI: TRIGger:NRMMw:MEASurement<Instance>:LIST:MODE
value: enums.ListMode = driver.trigger.nrMmwMeas.listPy.get_mode()

No command help available

return:

mode: No help available

set_mode(mode: ListMode) None[source]
# SCPI: TRIGger:NRMMw:MEASurement<Instance>:LIST:MODE
driver.trigger.nrMmwMeas.listPy.set_mode(mode = enums.ListMode.ONCE)

No command help available

param mode:

No help available