Tags
SCPI Command :
DIAGnostic:HUMS:TAGS:DELete
- Commands in total: 2Subgroups: 1Direct child commands: 1
- delete(delete_tag: str) → None[source]
# DIAGnostic:HUMS:TAGS:DELete driver.diagnostic.hums.tags.delete(delete_tag = 'abc')
Deletes a certain tag you assigned to your instrument, including its key and value.
- Parameters:
delete_tag – ID number of the tag you want to delete. To identify the ID number, query all device tags from the system first. For more information, see DIAGnostic:HUMS:TAGS:ALL?.
Cloning the Group
# Create a copy of the original group, that exists independently
tags_copy = driver.diagnostic.hums.tags.clone()
Subgroups