Range<RangePy>

SCPI Command :

[SENSe]:ESPectrum<sb>:RANGe<range>:DELete
Commands in total: 31
Subgroups: 12
Direct child commands: 1

Repeated Capability Setting:

# Range: Ix1 .. Ix64

driver.applications.k149Uwb.sense.espectrum.range.repcap_rangePy_set(repcap.RangePy.Ix1)
delete(subBlock=SubBlock.Default, rangePy=RangePy.Default) None[source]
# [SENSe]:ESPectrum<sb>:RANGe<range>:DELete
driver.applications.k149Uwb.sense.espectrum.range.delete(subBlock = repcap.SubBlock.Default, rangePy = repcap.RangePy.Default)

Removes a range from the sweep list. Note that .. note:

- you cannot delete the reference range
- a minimum of three ranges is mandatory.
Parameters:
  • subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)

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

delete_with_opc(subBlock=SubBlock.Default, 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.applications.k149Uwb.sense.espectrum.range.clone()

Subgroups