Frequency
SCPI Command :
FRANalysis:MARKer<*>:FREQuency
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(marker=Marker.Default) float[source]
# FRANalysis:MARKer<*>:FREQuency value: float = driver.franalysis.marker.frequency.get(marker = repcap.Marker.Default)
Sets the frequency for the specified marker, which defines the horizontal marker position.
- Parameters:
marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)
- Returns:
frequency: Numeric value in Hz
- set(frequency: float, marker=Marker.Default) None[source]
# FRANalysis:MARKer<*>:FREQuency driver.franalysis.marker.frequency.set(frequency = 1.0, marker = repcap.Marker.Default)
Sets the frequency for the specified marker, which defines the horizontal marker position.
- Parameters:
frequency – Numeric value in Hz
marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)