Bandwidth

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:STRack:BWIDth
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:BWIDth
value: float = driver.calculate.marker.function.strack.bandwidth.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Defines the bandwidth around the center frequency that is included in 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:

bandwidth: Range: 10 Hz to Max span, Unit: Hz

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

Defines the bandwidth around the center frequency that is included in the signal tracking process. Note that you have to turn on signal tracking before you can use the command.

Parameters:
  • bandwidth – Range: 10 Hz to Max span, Unit: Hz

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