Msummary

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:MSUMmary
class MsummaryCls[source]

Msummary commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class MsummaryStruct[source]

Response structure. Fields:

  • Time_Offset: float: Defines a time offset to start the measurement at the first pulse of a trace. Unit: s

  • Meas_Time: float: Defines the measurement time. Unit: s

  • Pulse_Period: float: Defines the pulse period. Unit: s

  • Of_Pulses: float: Defines the number of pulses to measure.

get(window=Window.Default, marker=Marker.Default) MsummaryStruct[source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:MSUMmary
value: MsummaryStruct = driver.calculate.marker.function.msummary.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Configures power measurements on pulses in the time domain. To evaluate the pulse power, the FSW uses the data captured during a previous measurement. The data recorded during the set measurement time is combined to a measured value for each pulse according to the detector specified and the indicated number of results is output as a list. To get a valid result, you have to perform a complete measurement with synchronization to the end of the measurement before reading out the result. This is only possible for single sweep mode. See also method RsFsw.Applications.K10x_Lte.Initiate.Continuous.set.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param marker

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)

return

structure: for return value, see the help for MsummaryStruct structure arguments.

set(time_offset: float, meas_time: float, pulse_period: float, of_pulses: float, window=Window.Default, marker=Marker.Default) None[source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:MSUMmary
driver.calculate.marker.function.msummary.set(time_offset = 1.0, meas_time = 1.0, pulse_period = 1.0, of_pulses = 1.0, window = repcap.Window.Default, marker = repcap.Marker.Default)

Configures power measurements on pulses in the time domain. To evaluate the pulse power, the FSW uses the data captured during a previous measurement. The data recorded during the set measurement time is combined to a measured value for each pulse according to the detector specified and the indicated number of results is output as a list. To get a valid result, you have to perform a complete measurement with synchronization to the end of the measurement before reading out the result. This is only possible for single sweep mode. See also method RsFsw.Applications.K10x_Lte.Initiate.Continuous.set.

param time_offset

Defines a time offset to start the measurement at the first pulse of a trace. Unit: s

param meas_time

Defines the measurement time. Unit: s

param pulse_period

Defines the pulse period. Unit: s

param of_pulses

Defines the number of pulses to measure.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param marker

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)