Eeprom<Channel>

SCPI Command :

DIAGnostic<HW>:EEPRom<CH>:DELete
Commands in total: 3
Subgroups: 2
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr64

driver.diagnostic.eeprom.repcap_channel_set(repcap.Channel.Nr1)
delete(channel=Channel.Default) None[source]
# DIAGnostic<HW>:EEPRom<CH>:DELete
driver.diagnostic.eeprom.delete(channel = repcap.Channel.Default)

No help available

Parameters:

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

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

Cloning the Group

# Create a copy of the original group, that exists independently
eeprom_copy = driver.diagnostic.eeprom.clone()

Subgroups