Saxes
SCPI Command :
UNIT:SAXes
- class SaxesCls[source]
Saxes commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.XaxisUnitScale [source]
# SCPI: UNIT:SAXes value: enums.XaxisUnitScale = driver.applications.k14Xnr5G.unit.saxes.get()
Selects the scale of the x-axis for result displays that show symbol results.
- return
unit: SYMBol Shows the number of the symbol on the x-axis. TIME Shows the time stamp of the symbols on the x-axis.
- set(unit: RsFsw.enums.XaxisUnitScale) None [source]
# SCPI: UNIT:SAXes driver.applications.k14Xnr5G.unit.saxes.set(unit = enums.XaxisUnitScale.SYMBol)
Selects the scale of the x-axis for result displays that show symbol results.
- param unit
SYMBol Shows the number of the symbol on the x-axis. TIME Shows the time stamp of the symbols on the x-axis.