Range<RangePy>

SCPI Command :

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

Repeated Capability Setting:

# Range: Ix1 .. Ix64

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

Removes a range from the sweep list. Note that The following signal characteristics are automatically detected.

  • 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.k10Xlte.sense.espectrum.range.clone()

Subgroups