TypePy
SCPI Command :
SEARch:TRIGger:ARINc:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) BusArincType[source]
# SEARch:TRIGger:ARINc:TYPE value: enums.BusArincType = driver.search.trigger.arinc.typePy.get(search = 'abc')
Sets the search type.
- Returns:
type_py: STARt | STOP | LABel | ERRor
- set(search: str, type_py: BusArincType) None[source]
# SEARch:TRIGger:ARINc:TYPE driver.search.trigger.arinc.typePy.set(search = 'abc', type_py = enums.BusArincType.ERRor)
Sets the search type.
- Parameters:
type_py – STARt | STOP | LABel | ERRor