Dwell
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:FMEasurement:DWELl
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, marker=Marker.Default) float[source]
# CALCulate<n>:MARKer<m>:FUNCtion:FMEasurement:DWELl value: float = driver.calculate.marker.function.fmeasurement.dwell.get(window = repcap.Window.Default, marker = repcap.Marker.Default)
Defines the dwell time during the final measurement.
- 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:
time: Range: 100 us to 100 s, Unit: s
- set(time: float, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:FUNCtion:FMEasurement:DWELl driver.calculate.marker.function.fmeasurement.dwell.set(time = 1.0, window = repcap.Window.Default, marker = repcap.Marker.Default)
Defines the dwell time during the final measurement.
- Parameters:
time – Range: 100 us to 100 s, Unit: s
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’)