Offset
SCPI Command :
[SENSe]:MSRA:CAPTure:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:MSRA:CAPTure:OFFSet value: float = driver.sense.msra.capture.offset.get()
This setting is only available for secondary applications in MSRA mode, not for the MSRA primary application. It has a similar effect as the trigger offset in other measurements.
- Returns:
offset: This parameter defines the time offset between the capture buffer start and the start of the extracted secondary application data. The offset must be a positive value, as the secondary application can only analyze data that is contained in the capture buffer. Range: 0 to Record length, Unit: S
- set(offset: float) None[source]
# [SENSe]:MSRA:CAPTure:OFFSet driver.sense.msra.capture.offset.set(offset = 1.0)
This setting is only available for secondary applications in MSRA mode, not for the MSRA primary application. It has a similar effect as the trigger offset in other measurements.
- Parameters:
offset – This parameter defines the time offset between the capture buffer start and the start of the extracted secondary application data. The offset must be a positive value, as the secondary application can only analyze data that is contained in the capture buffer. Range: 0 to Record length, Unit: S