TypePy

SCPI Command :

[SENSe]:PROBe<pb>:SETup:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(probe=Probe.Default) float[source]
# [SENSe]:PROBe<pb>:SETup:TYPE
value: float = driver.sense.probe.setup.typePy.get(probe = repcap.Probe.Default)

Queries the type of the probe.

Parameters:

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

Returns:

type_py: String containing one of the following values: -‘None’ (no probe detected) -‘active differential’ -‘active single-ended’ -‘active modular’