Msummary
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:MSUMmary
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class MsummaryStruct[source]
Response structure. Fields:
1 Time_Offset: float: Defines a time offset to start the measurement at the first pulse of a trace. Unit: s
2 Meas_Time: float: Defines the measurement time. Unit: s
3 Pulse_Period: float: Defines the pulse period. Unit: s
4 Of_Pulses: float: Defines the number of pulses to measure.
- get(window=Window.Default, marker=Marker.Default) MsummaryStruct[source]
# 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.k10Xlte.initiate.continuous.set().- 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’)
- Returns:
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]
# 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.k10Xlte.initiate.continuous.set().- Parameters:
time_offset – Defines a time offset to start the measurement at the first pulse of a trace. Unit: s
meas_time – Defines the measurement time. Unit: s
pulse_period – Defines the pulse period. Unit: s
of_pulses – Defines the number of pulses to measure.
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’)