Ctpis
SCPI Command :
TRIGger[:SEQuence]:CTPis
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# TRIGger[:SEQuence]:CTPis value: bool = driver.trigger.sequence.ctpis.get()
The trigger event is set to the actual trigger point within the sample (TPIS) . .
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None[source]
# TRIGger[:SEQuence]:CTPis driver.trigger.sequence.ctpis.set(state = False)
The trigger event is set to the actual trigger point within the sample (TPIS) . .
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on