Ct
SCPI Command :
SEARch:TRIGger:CXPI:CT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:CXPI:CT value: int = driver.search.trigger.cxpi.ct.get(search = 'abc')
Sets the value of the counter (CT) , 2 bits indicating the continuity of the frame.
- set(search: str, ct: int) None[source]
# SEARch:TRIGger:CXPI:CT driver.search.trigger.cxpi.ct.set(search = 'abc', ct = 1)
Sets the value of the counter (CT) , 2 bits indicating the continuity of the frame.