TypePy

SCPI Command :

[SENSe]:PROBe<pb>:SETup:TYPE
class TypePyCls[source]

TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(probe=Probe.Default) float[source]
# SCPI: [SENSe]:PROBe<pb>:SETup:TYPE
value: float = driver.sense.probe.setup.typePy.get(probe = repcap.Probe.Default)

Queries the type of the probe.

param probe

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

return

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