StFrame

SCPI Command :

SEARch:TRIGger:FLXRay:STFRame
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) BusBitCondition[source]
# SEARch:TRIGger:FLXRay:STFRame
value: enums.BusBitCondition = driver.search.trigger.flxRay.stFrame.get(search = 'abc')

Searches for startup frames used for startup of the network. Only specific start nodes can send this frame type.

Returns:

startup_frame: Bit value: 1, 0, or X (don’t care)

set(search: str, startup_frame: BusBitCondition) None[source]
# SEARch:TRIGger:FLXRay:STFRame
driver.search.trigger.flxRay.stFrame.set(search = 'abc', startup_frame = enums.BusBitCondition.DC)

Searches for startup frames used for startup of the network. Only specific start nodes can send this frame type.

Parameters:

startup_frame – Bit value: 1, 0, or X (don’t care)