Offset

SCPI Command :

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

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

get() float[source]
# SCPI: [SENSe]:RTMS:CAPTure:OFFSet
value: float = driver.sense.rtms.capture.offset.get()

This setting is only available for secondary applications in MSRT mode, not for the MSRT primary. 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: - [pretrigger time] to min (posttrigger time; sweep time) , Unit: S

set(offset: float) None[source]
# SCPI: [SENSe]:RTMS:CAPTure:OFFSet
driver.sense.rtms.capture.offset.set(offset = 1.0)

This setting is only available for secondary applications in MSRT mode, not for the MSRT primary. 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: - [pretrigger time] to min (posttrigger time; sweep time) , Unit: S