FormatPy
SCPI Command :
SYSTem:SRECorder:FORMat
- class FormatPyCls[source]
FormatPy commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.ScpiRecorderFormat [source]
# SCPI: SYSTem:SRECorder:FORMat value: enums.ScpiRecorderFormat = driver.system.srecorder.formatPy.get()
Defines whether the commands are recorded using the short or long SCPI notation.
- return
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: RsFsw.enums.ScpiRecorderFormat) None [source]
# SCPI: 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.
- param format_py
SHORt | LONG SHORt The shortform of the keyword is used. Example: FREQ:CENT LONG The entire keyword is used. Example: FREQuency:CENTer