Time

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:NDBDown:TIME
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class GetStruct[source]

Response structure. Fields:

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

  • 2 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]
# 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.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 GetStruct structure arguments.