Nharmonics

SCPI Command :

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

Selects the number of harmonics that the FSW looks for.

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:

no_harmonics: Range: 1 to 26

set(no_harmonics: float, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:FUNCtion:HARMonics:NHARmonics
driver.calculate.marker.function.harmonics.nharmonics.set(no_harmonics = 1.0, window = repcap.Window.Default, marker = repcap.Marker.Default)

Selects the number of harmonics that the FSW looks for.

Parameters:
  • no_harmonics – Range: 1 to 26

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