NuFrame
SCPI Command :
SEARch:TRIGger:FLXRay:NUFRame
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) BusBitCondition[source]
# SEARch:TRIGger:FLXRay:NUFRame value: enums.BusBitCondition = driver.search.trigger.flxRay.nuFrame.get(search = 'abc')
Searches for the null frame indicator bit, a frame without usable data.
- Returns:
null_frame: Bit value: 1, 0, or X (don’t care)
- set(search: str, null_frame: BusBitCondition) None[source]
# SEARch:TRIGger:FLXRay:NUFRame driver.search.trigger.flxRay.nuFrame.set(search = 'abc', null_frame = enums.BusBitCondition.DC)
Searches for the null frame indicator bit, a frame without usable data.
- Parameters:
null_frame – Bit value: 1, 0, or X (don’t care)