Mode

SCPI Command :

[SENSe]:PROBe<pb>:SETup:MODE
class ModeCls[source]

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

get(probe=Probe.Default) RsFsw.enums.ProbeSetupMode[source]
# SCPI: [SENSe]:PROBe<pb>:SETup:MODE
value: enums.ProbeSetupMode = driver.sense.probe.setup.mode.get(probe = repcap.Probe.Default)

No command help available

param probe

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)

return

mode: RSINgle | NOACtion RSINgle Run single: starts one data acquisition. NOACtion Nothing is started on pressing the micro button.

set(mode: RsFsw.enums.ProbeSetupMode, probe=Probe.Default) None[source]
# SCPI: [SENSe]:PROBe<pb>:SETup:MODE
driver.sense.probe.setup.mode.set(mode = enums.ProbeSetupMode.NOACtion, probe = repcap.Probe.Default)

No command help available

param mode

RSINgle | NOACtion RSINgle Run single: starts one data acquisition. NOACtion Nothing is started on pressing the micro button.

param probe

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)