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)

Select the action that is started when you press the micro button on the probe head.

Parameters:

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

Returns:

mode: RCONtinuous | RSINgle | AUToset | AZERo | SEToffsettomean | SITFile | NOACtion | FINDtriglevel | REPort | PROBemode | 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.

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

  • SITFile: Save Image To File:Directs the display image to a file. The MMEMory:NAME command defines the file name. The file format is defined with HCOPy:DEVicem:LANGuage.

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

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

  • REPort: Creates and saves a report of the current results.

  • PROBemode: Only available for R&S RT-ZM probes. Changes the measurement mode of the probe.

  • 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)

Select the action that is started when you press the micro button on the probe head.

Parameters:
  • mode

    RCONtinuous | RSINgle | AUToset | AZERo | SEToffsettomean | SITFile | NOACtion | FINDtriglevel | REPort | PROBemode | 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.

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

    • SITFile: Save Image To File:Directs the display image to a file. The MMEMory:NAME command defines the file name. The file format is defined with HCOPy:DEVicem:LANGuage.

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

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

    • REPort: Creates and saves a report of the current results.

    • PROBemode: Only available for R&S RT-ZM probes. Changes the measurement mode of the probe.

    • PRSetup: Opens the Probes Setup dialog box.

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