Results
SCPI Commands :
TRPRobe:PMETer:RESults:COMMon
TRPRobe:PMETer:RESults:DIFFerential
TRPRobe:PMETer:RESults:POSitive
TRPRobe:PMETer:RESults:NEGative
TRPRobe:PMETer:RESults:SINGle
- Commands in total: 5Subgroups: 0Direct child commands: 5
- get_common() float[source]
# TRPRobe:PMETer:RESults:COMMon value: float = driver.trProbe.pmeter.results.get_common()
Returns the ProbeMeter measurement result of differential active R&S probes: the common mode voltage, which is the mean voltage between the signal sockets and the ground socket.
- Returns:
common_md_meas_res: -100E+24 to 100E+24
- get_differential() float[source]
# TRPRobe:PMETer:RESults:DIFFerential value: float = driver.trProbe.pmeter.results.get_differential()
Returns the ProbeMeter measurement result of differential active R&S probes, the differential voltage - the voltage between the positive and negative signal sockets.
- Returns:
diff_meas_res: -100E+24 to 100E+24
- get_negative() float[source]
# TRPRobe:PMETer:RESults:NEGative value: float = driver.trProbe.pmeter.results.get_negative()
Returns the ProbeMeter measurement result of differential active R&S probes, the voltage that is measured between the negative signal socket and the ground.
- Returns:
sg_end_neg_meas_res: -100E+24 to 100E+24
- get_positive() float[source]
# TRPRobe:PMETer:RESults:POSitive value: float = driver.trProbe.pmeter.results.get_positive()
Returns the ProbeMeter measurement result of differential active R&S probes, the voltage that is measured between the positive signal socket and the ground.
- Returns:
sg_end_pos_meas_res: -100E+24 to 100E+24
- get_single() float[source]
# TRPRobe:PMETer:RESults:SINGle value: float = driver.trProbe.pmeter.results.get_single()
Returns the ProbeMeter measurement result of single-ended active R&S probes, the voltage measured between the probe tip and the ground.
- Returns:
sg_end_meas_res: -100E+24 to 100E+24