Ctpis
SCPI Command :
TRIGger[:SEQuence]:CTPis
- class CtpisCls[source]
Ctpis commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: TRIGger[:SEQuence]:CTPis value: bool = driver.trigger.sequence.ctpis.get()
The trigger event is set to the actual trigger point within the sample (TPIS) . .
- return
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None [source]
# SCPI: TRIGger[:SEQuence]:CTPis driver.trigger.sequence.ctpis.set(state = False)
The trigger event is set to the actual trigger point within the sample (TPIS) . .
- param state
ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on