Eeprom<Channel>
RepCap Settings
# Range: Nr1 .. Nr64
rc = driver.diagnostic.eeprom.repcap_channel_get()
driver.diagnostic.eeprom.repcap_channel_set(repcap.Channel.Nr1)
SCPI Command :
DIAGnostic<HW>:EEPRom<CH>:DELete
- class EepromCls[source]
Eeprom commands group definition. 3 total commands, 2 Subgroups, 1 group commands Repeated Capability: Channel, default value after init: Channel.Nr1
- delete(channel=Channel.Default) None [source]
# SCPI: DIAGnostic<HW>:EEPRom<CH>:DELete driver.diagnostic.eeprom.delete(channel = repcap.Channel.Default)
No command help available
- param 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 clone of the original group, that exists independently
group2 = driver.diagnostic.eeprom.clone()
Subgroups