Ssm

SCPI Command :

SEARch:TRIGger:ARINc:SSM
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:ARINc:SSM
value: int = driver.search.trigger.arinc.ssm.get(search = 'abc')

Sets the sign/status matrix (SSM) bits.

set(search: str, ssm: int) None[source]
# SEARch:TRIGger:ARINc:SSM
driver.search.trigger.arinc.ssm.set(search = 'abc', ssm = 1)

Sets the sign/status matrix (SSM) bits.