State

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:TOI[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) bool[source]
# CALCulate<n>:MARKer<m>:FUNCtion:TOI[:STATe]
value: bool = driver.calculate.marker.function.toi.state.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Initiates a measurement to determine the third intercept point. A two-tone signal with equal carrier levels is expected at the RF input of the instrument. Marker 1 and marker 2 (both normal markers) are set to the maximum of the two signals. Delta marker 3 and delta marker 4 are positioned to the intermodulation products. The delta markers can be modified separately afterwards with the method RsFsw.applications.k10Xlte.calculate.deltaMarker.x.set() command. The third-order intercept is calculated from the level spacing between the normal markers and the delta markers.

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:

state: ON | OFF | 1 | 0

set(state: bool, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:FUNCtion:TOI[:STATe]
driver.calculate.marker.function.toi.state.set(state = False, window = repcap.Window.Default, marker = repcap.Marker.Default)

Initiates a measurement to determine the third intercept point. A two-tone signal with equal carrier levels is expected at the RF input of the instrument. Marker 1 and marker 2 (both normal markers) are set to the maximum of the two signals. Delta marker 3 and delta marker 4 are positioned to the intermodulation products. The delta markers can be modified separately afterwards with the method RsFsw.applications.k10Xlte.calculate.deltaMarker.x.set() command. The third-order intercept is calculated from the level spacing between the normal markers and the delta markers.

Parameters:
  • state – ON | OFF | 1 | 0

  • 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’)