OsStop

SCPI Command :

TRIGger:GPRF:MEASurement<Instance>:FFTSanalyzer:OSSTop
class OsStopCls[source]

OsStop commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class OsStopStruct[source]

Response structure. Fields:

  • Offset_Start: float: No parameter help available

  • Offset_Stop: float: No parameter help available

get() OsStopStruct[source]
# SCPI: TRIGger:GPRF:MEASurement<Instance>:FFTSanalyzer:OSSTop
value: OsStopStruct = driver.trigger.gprf.measurement.fftSpecAn.osStop.get()

Defines the start and stop values for the trigger-offset mode VARiable. The start value must be smaller than the stop value.

return:

structure: for return value, see the help for OsStopStruct structure arguments.

set(offset_start: float, offset_stop: float) None[source]
# SCPI: TRIGger:GPRF:MEASurement<Instance>:FFTSanalyzer:OSSTop
driver.trigger.gprf.measurement.fftSpecAn.osStop.set(offset_start = 1.0, offset_stop = 1.0)

Defines the start and stop values for the trigger-offset mode VARiable. The start value must be smaller than the stop value.

param offset_start:

No help available

param offset_stop:

No help available