FormatPy

SCPI Command :

DIAGnostic:HUMS:FORMat
class FormatPyCls[source]

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

get() RsFsw.enums.HumsFileFormat[source]
# SCPI: DIAGnostic:HUMS:FORMat
value: enums.HumsFileFormat = driver.diagnostic.hums.formatPy.get()

Selects the format for the queried HUMS data. You can query the HUMS data either in JSON format or XML format. The defined format affects all other commands that return block data.

return

format_py: No help available

set(format_py: RsFsw.enums.HumsFileFormat) None[source]
# SCPI: DIAGnostic:HUMS:FORMat
driver.diagnostic.hums.formatPy.set(format_py = enums.HumsFileFormat.JSON)

Selects the format for the queried HUMS data. You can query the HUMS data either in JSON format or XML format. The defined format affects all other commands that return block data.

param format_py

JSON | XML JSON Returns the HUMS data in JSON format. XML Returns the HUMS data in XML format.