Pmeter

SCPI Commands :

TRPRobe:PMETer:STATe
TRPRobe:PMETer:VISibility
Commands in total: 7
Subgroups: 1
Direct child commands: 2
get_state() bool[source]
# TRPRobe:PMETer:STATe
value: bool = driver.trProbe.pmeter.get_state()

No help available

get_visibility() bool[source]
# TRPRobe:PMETer:VISibility
value: bool = driver.trProbe.pmeter.get_visibility()

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

Returns:

visibility: OFF | ON

set_state(state: bool) None[source]
# TRPRobe:PMETer:STATe
driver.trProbe.pmeter.set_state(state = False)

No help available

set_visibility(visibility: bool) None[source]
# TRPRobe:PMETer:VISibility
driver.trProbe.pmeter.set_visibility(visibility = False)

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

Parameters:

visibility – OFF | ON

Cloning the Group

# Create a copy of the original group, that exists independently
pmeter_copy = driver.trProbe.pmeter.clone()

Subgroups