Tline<TimeLine>
SCPI Command :
CALCulate<n>:TLINe<dl>
- Commands in total: 2Subgroups: 1Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr4 driver.calculate.tline.repcap_timeLine_set(repcap.TimeLine.Nr1)
- get(window=Window.Default, timeLine=TimeLine.Default) float[source]
# CALCulate<n>:TLINe<dl> value: float = driver.calculate.tline.get(window = repcap.Window.Default, timeLine = repcap.TimeLine.Default)
Defines the position of a time line.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
timeLine – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tline’)
- Returns:
time: Note that you can not set a time line to a position that is higher than the current sweep time. Range: 0 s to 1600 s, Unit: S
- set(time: float, window=Window.Default, timeLine=TimeLine.Default) None[source]
# CALCulate<n>:TLINe<dl> driver.calculate.tline.set(time = 1.0, window = repcap.Window.Default, timeLine = repcap.TimeLine.Default)
Defines the position of a time line.
- Parameters:
time – Note that you can not set a time line to a position that is higher than the current sweep time. Range: 0 s to 1600 s, Unit: S
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
timeLine – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tline’)
Cloning the Group
# Create a copy of the original group, that exists independently
tline_copy = driver.calculate.tline.clone()
Subgroups