Offset

SCPI Command :

[SENSe]:MSRA:CAPTure:OFFSet
class OffsetCls[source]

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

get() float[source]
# SCPI: [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.

return

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]
# SCPI: [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.

param 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