Saxes
SCPI Command :
UNIT:SAXes
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() XaxisUnitScale[source]
# 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.
- Returns:
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: XaxisUnitScale) None[source]
# 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.
- Parameters:
unit – SYMBol Shows the number of the symbol on the x-axis. TIME Shows the time stamp of the symbols on the x-axis.