Terminal
SCPI Command :
SEARch:TRIGger:MILStd:STATus:TERMinal
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) BusBitCondition[source]
# SEARch:TRIGger:MILStd:STATus:TERMinal value: enums.BusBitCondition = driver.search.trigger.milstd.status.terminal.get(search = 'abc')
Specifies the values (0, 1, X) of the status flags if method
RsRtx.search.trigger.milstd.typePy.set()is set to STATword.- Returns:
terminal_flag: ONE | ZERO | DC
- set(search: str, terminal_flag: BusBitCondition) None[source]
# SEARch:TRIGger:MILStd:STATus:TERMinal driver.search.trigger.milstd.status.terminal.set(search = 'abc', terminal_flag = enums.BusBitCondition.DC)
Specifies the values (0, 1, X) of the status flags if method
RsRtx.search.trigger.milstd.typePy.set()is set to STATword.- Parameters:
terminal_flag – ONE | ZERO | DC