Nm

SCPI Command :

SEARch:TRIGger:CXPI:NM
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:CXPI:NM
value: int = driver.search.trigger.cxpi.nm.get(search = 'abc')

Sets the value of the network management (NM) field.

set(search: str, nm: int) None[source]
# SEARch:TRIGger:CXPI:NM
driver.search.trigger.cxpi.nm.set(search = 'abc', nm = 1)

Sets the value of the network management (NM) field.