Time

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:NDBDown:TIME
class TimeCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Time_X_1: float: absolute position in time of the n dB marker to the left of the reference marker in seconds

  • Time_X_2: float: absolute position in time of the n dB marker to the right of the reference marker in seconds

get(window=Window.Default, marker=Marker.Default) GetStruct[source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:NDBDown:TIME
value: GetStruct = driver.calculate.marker.function.ndbDown.time.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Queries the position of the n dB down markers on the x-axis when measuring in the time domain. 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 GetStruct structure arguments.