Mode

SCPI Command :

PROBe<*>:SETup:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(probe=Probe.Default) ProbeSetupMode[source]
# PROBe<*>:SETup:MODE
value: enums.ProbeSetupMode = driver.probe.setup.mode.get(probe = repcap.Probe.Default)

The micro button is located on the probe head. Pressing this button, you initiate an action on the instrument directly from the probe. The button is disabled during internal automatic processes, for example, during self-alignment, autoset, and level detection. Select the action that you want to start from the probe.

Parameters:

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

Returns:

mode: RCONtinuous | RSINgle | AUToset | AZERo | OTMean | SITFile | NOACtion | FTRiglevel | PRSetup

  • RCONtinuous: Run continuous: the acquisition is running as long as the probe button is pressed.

  • RSINgle: Run single: starts a defined number of acquisitions (same as Single key) .

  • AUToset: Starts the autoset procedure.

  • AZERo: AutoZero: performs an automatic correction of the zero error.

  • OTMean: Set offset to mean: performs an automatic compensation for a DC component of the input signal.

  • SITFile: Save image to file: saves the display image in a file.

  • NOACtion: Nothing is started on pressing the micro button.

  • FTRiglevel: Sets the trigger level automatically to 0.5 * (MaxPeak – MinPeak) . The function is not available for an external trigger source.

  • PRSetup: Opens the Probes Setup dialog box.

set(mode: ProbeSetupMode, probe=Probe.Default) None[source]
# PROBe<*>:SETup:MODE
driver.probe.setup.mode.set(mode = enums.ProbeSetupMode.AUToset, probe = repcap.Probe.Default)

The micro button is located on the probe head. Pressing this button, you initiate an action on the instrument directly from the probe. The button is disabled during internal automatic processes, for example, during self-alignment, autoset, and level detection. Select the action that you want to start from the probe.

Parameters:
  • mode

    RCONtinuous | RSINgle | AUToset | AZERo | OTMean | SITFile | NOACtion | FTRiglevel | PRSetup

    • RCONtinuous: Run continuous: the acquisition is running as long as the probe button is pressed.

    • RSINgle: Run single: starts a defined number of acquisitions (same as Single key) .

    • AUToset: Starts the autoset procedure.

    • AZERo: AutoZero: performs an automatic correction of the zero error.

    • OTMean: Set offset to mean: performs an automatic compensation for a DC component of the input signal.

    • SITFile: Save image to file: saves the display image in a file.

    • NOACtion: Nothing is started on pressing the micro button.

    • FTRiglevel: Sets the trigger level automatically to 0.5 * (MaxPeak – MinPeak) . The function is not available for an external trigger source.

    • PRSetup: Opens the Probes Setup dialog box.

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