Mode
SCPI Command :
CALCulate<n>:MATH:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) AverageModeA[source]
# CALCulate<n>:MATH:MODE value: enums.AverageModeA = driver.applications.k91Wlan.calculate.math.mode.get(window = repcap.Window.Default)
Selects the way the FSW calculates trace mathematics.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
mode: For more information on the way each mode works see . LINear Linear calculation. LOGarithmic Logarithmic calculation. POWer Linear power calculation.
- set(mode: AverageModeA, window=Window.Default) None[source]
# CALCulate<n>:MATH:MODE driver.applications.k91Wlan.calculate.math.mode.set(mode = enums.AverageModeA.LINear, window = repcap.Window.Default)
Selects the way the FSW calculates trace mathematics.
- Parameters:
mode – For more information on the way each mode works see . LINear Linear calculation. LOGarithmic Logarithmic calculation. POWer Linear power calculation.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)