Range<RangePy>

RepCap Settings

# Range: Ix1 .. Ix64
rc = driver.sense.listPy.range.repcap_rangePy_get()
driver.sense.listPy.range.repcap_rangePy_set(repcap.RangePy.Ix1)

SCPI Commands

SENSe:LIST:RANGe<RangePy>:DELete
class RangeCls[source]

Range commands group definition. 21 total commands, 12 Subgroups, 1 group commands Repeated Capability: RangePy, default value after init: RangePy.Ix1

delete(rangePy=RangePy.Default) None[source]
# SCPI: [SENSe]:LIST:RANGe<ri>:DELete
driver.sense.listPy.range.delete(rangePy = repcap.RangePy.Default)

No command help available

param rangePy

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

delete_with_opc(rangePy=RangePy.Default, opc_timeout_ms: int = -1) None[source]

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.listPy.range.clone()

Subgroups