Frequency
SCPI Command :
CALCulate<n>:MARKer<m>:COUNt:FREQuency
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, marker=Marker.Default) float[source]
# CALCulate<n>:MARKer<m>:COUNt:FREQuency value: float = driver.applications.k149Uwb.calculate.marker.count.frequency.get(window = repcap.Window.Default, marker = repcap.Marker.Default)
Queries the frequency at the marker position. To get a valid result, you have to perform a complete measurement with synchronization to the end of the measurement before reading out the result. This is only possible for single sweep mode. See also method
RsFsw.applications.k10Xlte.initiate.continuous.set(). Before you can use the command, you have to turn on the frequency counter.- 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’)
- set(arg_0: float, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:COUNt:FREQuency driver.applications.k149Uwb.calculate.marker.count.frequency.set(arg_0 = 1.0, window = repcap.Window.Default, marker = repcap.Marker.Default)
Queries the frequency at the marker position. To get a valid result, you have to perform a complete measurement with synchronization to the end of the measurement before reading out the result. This is only possible for single sweep mode. See also method
RsFsw.applications.k10Xlte.initiate.continuous.set(). Before you can use the command, you have to turn on the frequency counter.- 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’)