FssError
SCPI Command :
SEARch:TRIGger:FLXRay:FSSerror
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:FLXRay:FSSerror value: bool = driver.search.trigger.flxRay.fssError.get(search = 'abc')
Searches for an error in a Frame Start Sequence(FSS) . FSS follows the Transmission Start Sequence (TSS) at the beginning of each frame.
- Returns:
fss_error: OFF | ON
- set(search: str, fss_error: bool) None[source]
# SEARch:TRIGger:FLXRay:FSSerror driver.search.trigger.flxRay.fssError.set(search = 'abc', fss_error = False)
Searches for an error in a Frame Start Sequence(FSS) . FSS follows the Transmission Start Sequence (TSS) at the beginning of each frame.
- Parameters:
fss_error – OFF | ON