Range<RangePy>

SCPI Command :

[SENSe]:LIST:RANGe<ri>:DELete
Commands in total: 23
Subgroups: 12
Direct child commands: 1

Repeated Capability Setting:

# Range: Ix1 .. Ix64

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

Removes a range from the sweep list. Note that For triggered gated measurements,only the following gate trigger sources are supported:

  • you cannot delete the reference range

  • a minimum of three ranges is mandatory.

The sweep list cannot be configured using remote commands during an on-going sweep operation.

Parameters:

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 copy of the original group, that exists independently
range_copy = driver.sense.listPy.range.clone()

Subgroups