TypePy

SCPI Command :

SEARch:TRIGger:SWIRe:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) BusSwireType[source]
# SEARch:TRIGger:SWIRe:TYPE
value: enums.BusSwireType = driver.search.trigger.swire.typePy.get(search = 'abc')

Sets the search type for the SpaceWire analysis.

Returns:

type_py: CTRL | DATA | NULL | TIME | ERRor

set(search: str, type_py: BusSwireType) None[source]
# SEARch:TRIGger:SWIRe:TYPE
driver.search.trigger.swire.typePy.set(search = 'abc', type_py = enums.BusSwireType.CTRL)

Sets the search type for the SpaceWire analysis.

Parameters:

type_py – CTRL | DATA | NULL | TIME | ERRor