Threshold

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:STRack:THReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) float[source]
# CALCulate<n>:MARKer<m>:FUNCtion:STRack:THReshold
value: float = driver.calculate.marker.function.strack.threshold.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Defines the threshold level for the signal tracking process. Note that you have to turn on signal tracking before you can use the command.

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:

level: The unit depends on method RsFsw.applications.k91Wlan.calculate.unit.power.set() . Range: -130 dBm to 30 dBm, Unit: DBM

set(level: float, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:FUNCtion:STRack:THReshold
driver.calculate.marker.function.strack.threshold.set(level = 1.0, window = repcap.Window.Default, marker = repcap.Marker.Default)

Defines the threshold level for the signal tracking process. Note that you have to turn on signal tracking before you can use the command.

Parameters:
  • level – The unit depends on method RsFsw.applications.k91Wlan.calculate.unit.power.set() . Range: -130 dBm to 30 dBm, Unit: DBM

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