Value
SCPI Command :
DIAGnostic:HUMS:TAGS[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class GetStruct[source]
Response structure. Fields:
1 Key: str: No parameter help available
2 Value: str: No parameter help available
- get(idn: int) GetStruct[source]
# DIAGnostic:HUMS:TAGS[:VALue] value: GetStruct = driver.diagnostic.hums.tags.value.get(idn = 1)
No help available
- Returns:
structure: for return value, see the help for GetStruct structure arguments.
- set(idn: int, key: str, value: str) None[source]
# DIAGnostic:HUMS:TAGS[:VALue] driver.diagnostic.hums.tags.value.set(idn = 1, key = 'abc', value = 'abc')
No help available