Visibility

SCPI Command :

PROBe<*>:PMETer:VISibility
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(probe=Probe.Default) bool[source]
# PROBe<*>:PMETer:VISibility
value: bool = driver.probe.pmeter.visibility.get(probe = repcap.Probe.Default)

Activates the integrated R&S ProbeMeter of active R&S probes.

Parameters:

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

Returns:

visibility: OFF | ON

set(visibility: bool, probe=Probe.Default) None[source]
# PROBe<*>:PMETer:VISibility
driver.probe.pmeter.visibility.set(visibility = False, probe = repcap.Probe.Default)

Activates the integrated R&S ProbeMeter of active R&S probes.

Parameters:
  • visibility – OFF | ON

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