OffTime

SCPI Commands :

[SOURce<HW>]:PULM:TRAin:OFFTime:POINts
[SOURce<HW>]:PULM:TRAin:OFFTime
class OffTimeCls[source]

OffTime commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_points() int[source]
# SCPI: [SOURce<HW>]:PULM:TRAin:OFFTime:POINts
value: int = driver.source.pulm.train.offTime.get_points()

Queries the number of on and off time entries and repetitions in the selected list.

return

points: integer Range: 0 to INT_MAX

get_value() str[source]
# SCPI: [SOURce<HW>]:PULM:TRAin:OFFTime
value: str = driver.source.pulm.train.offTime.get_value()

Enters the pulse on/off times values in the selected list.

return

off_time: Offtime#1{, Offtime#2, …} | binary block data List of comma-separated numeric values or binary block data, where: The list of numbers can be of any length. In binary block format, 8 (4) bytes are always interpreted as a floating-point number with double accuracy. See method RsSmbv.FormatPy.data for details. The maximum length is 2047 values. Range: 0 ns to 5 ms

set_value(off_time: str) None[source]
# SCPI: [SOURce<HW>]:PULM:TRAin:OFFTime
driver.source.pulm.train.offTime.set_value(off_time = 'abc')

Enters the pulse on/off times values in the selected list.

param off_time

Offtime#1{, Offtime#2, …} | binary block data List of comma-separated numeric values or binary block data, where: The list of numbers can be of any length. In binary block format, 8 (4) bytes are always interpreted as a floating-point number with double accuracy. See method RsSmbv.FormatPy.data for details. The maximum length is 2047 values. Range: 0 ns to 5 ms