Mode
SCPI Command :
CALCulate<n>:STATistics:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) StatisticMode[source]
# CALCulate<n>:STATistics:MODE value: enums.StatisticMode = driver.applications.k70Vsa.calculate.statistics.mode.get(window = repcap.Window.Default)
Defines whether only the symbol points or all points are considered for the statistical calculations.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
statistic_mode: SONLy | INFinite SONLy Symbol points only are used INFinite All points are used
- set(statistic_mode: StatisticMode, window=Window.Default) None[source]
# CALCulate<n>:STATistics:MODE driver.applications.k70Vsa.calculate.statistics.mode.set(statistic_mode = enums.StatisticMode.INFinite, window = repcap.Window.Default)
Defines whether only the symbol points or all points are considered for the statistical calculations.
- Parameters:
statistic_mode – SONLy | INFinite SONLy Symbol points only are used INFinite All points are used
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)