Mode
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, marker=Marker.Default, subBlock=SubBlock.Default) TraceModeD[source]
# CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:MODE value: enums.TraceModeD = driver.calculate.marker.function.power.mode.get(window = repcap.Window.Default, marker = repcap.Marker.Default, subBlock = repcap.SubBlock.Default)
Selects the trace display mode for power measurements.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)
- Returns:
mode: WRITe | MAXHold WRITe The power is calculated from the current trace. MAXHold The power is calculated from the current trace and compared with the previous power value using a maximum algorithm.
- set(mode: TraceModeD, window=Window.Default, marker=Marker.Default, subBlock=SubBlock.Default) None[source]
# CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:MODE driver.calculate.marker.function.power.mode.set(mode = enums.TraceModeD.MAXHold, window = repcap.Window.Default, marker = repcap.Marker.Default, subBlock = repcap.SubBlock.Default)
Selects the trace display mode for power measurements.
- Parameters:
mode – WRITe | MAXHold WRITe The power is calculated from the current trace. MAXHold The power is calculated from the current trace and compared with the previous power value using a maximum algorithm.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)