TsTwo

SCPI Command :

SEARch:TRIGger:PCIE:OSET:TSTWo
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) bool[source]
# SEARch:TRIGger:PCIE:OSET:TSTWo
value: bool = driver.search.trigger.pcie.oset.tsTwo.get(search = 'abc')

Enables searching for training sequence 2 ordered sets.

Parameters:

search – OFF | ON

set(search: str, odred_sets_ts_2: bool) None[source]
# SEARch:TRIGger:PCIE:OSET:TSTWo
driver.search.trigger.pcie.oset.tsTwo.set(search = 'abc', odred_sets_ts_2 = False)

Enables searching for training sequence 2 ordered sets.