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 = 'abc')

Sets or removes file attributes for files and directories.

param path_name:

No help available

return:

file_entry: Comma-separated list of strings. Information strings are returned for the directories ‘.’ and ‘..’, for files and for subdirectories. Each string has the format ‘ObjectName,Attributes’.

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

Sets or removes file attributes for files and directories.

param path_name:

No help available

param attributes:

No help available