Count

SCPI Commands

TRIGger:COUNt:VALue
TRIGger:COUNt:OVERflow
class Count[source]

Count commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_overflow() bool[source]
# SCPI: TRIGger:COUNt:OVERflow
value: bool = driver.trigger.count.get_overflow()

Queries, if a trigger overflow has happened since the last activation of the trigger functionality. If the trigger input connectors of the switch unit receive input signals faster than the firmware can process, it cannot count all trigger events, and it cannot update the trigger counter correctly. You can use the command to check, if this case has occurred since the last trigger activation.

return

overflow: No help available

get_value() int[source]
# SCPI: TRIGger:COUNt[:VALue]
value: int = driver.trigger.count.get_value()

Queries the trigger count, hence the number of executed trigger events since the last activation of the trigger functionality.

return

count: No help available