Attribute

SCPI Command:

MMEMory:ATTRibute
class AttributeCls[source]

Attribute commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(path_name: str) List[str][source]
# SCPI: MMEMory:ATTRibute
value: List[str] = driver.massMemory.attribute.get(path_name = '1')

Sets or removes attributes for files and directories, or queries the attributes.

param path_name:

No help available

return:

file_entry: No help available

set(path_name: str, attributes: str) None[source]
# SCPI: MMEMory:ATTRibute
driver.massMemory.attribute.set(path_name = '1', attributes = '1')

Sets or removes attributes for files and directories, or queries the attributes.

param path_name:

No help available

param attributes:

Attribute actions, separated by a blank + before an attribute: Sets the attribute. - before an attribute: Deletes the attribute. Possible attributes: R: read-only file A: archive file S: system file H: hidden file