Condition

SCPI Commands

STATus:OPERation:INSTrument:ISUMmary<Channel>:CONDition
class ConditionCls[source]

Condition commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(channel=Channel.Default) int[source]
# SCPI: STATus:OPERation:INSTrument:ISUMmary<Channel>:CONDition
value: int = driver.status.operation.instrument.isummary.condition.get(channel = repcap.Channel.Default)

Returns the contents of the CONDition part of the status register to check for operation instrument or measurement states. Reading the CONDition registers does not delete the contents.

param channel

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

return

result: Condition bits in decimal representation.