Ct

SCPI Command :

TRIGger<*>:CXPI:CT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) int[source]
# TRIGger<*>:CXPI:CT
value: int = driver.trigger.cxpi.ct.get(trigger = repcap.Trigger.Default)

Sets the value of the counter (CT) , 2 bits indicating the continuity of the frame.

Parameters:

trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

set(ct: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:CXPI:CT
driver.trigger.cxpi.ct.set(ct = 1, trigger = repcap.Trigger.Default)

Sets the value of the counter (CT) , 2 bits indicating the continuity of the frame.

Parameters:

trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)