FormatPy
SCPI Command :
SYSTem:SRECorder:FORMat
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() ScpiRecorderFormat[source]
# SYSTem:SRECorder:FORMat value: enums.ScpiRecorderFormat = driver.system.srecorder.formatPy.get()
Defines whether the commands are recorded using the short or long SCPI notation.
- Returns:
format_py: SHORt | LONG SHORt The shortform of the keyword is used. Example: FREQ:CENT LONG The entire keyword is used. Example: FREQuency:CENTer
- set(format_py: ScpiRecorderFormat) None[source]
# SYSTem:SRECorder:FORMat driver.system.srecorder.formatPy.set(format_py = enums.ScpiRecorderFormat.LONG)
Defines whether the commands are recorded using the short or long SCPI notation.
- Parameters:
format_py – SHORt | LONG SHORt The shortform of the keyword is used. Example: FREQ:CENT LONG The entire keyword is used. Example: FREQuency:CENTer