Ioperator
SCPI Command :
TRIGger<*>:CMSB:ADVanced:FRAMe<*>:FLD<*>:IOPerator
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) DataIndexOperator[source]
# TRIGger<*>:CMSB:ADVanced:FRAMe<*>:FLD<*>:IOPerator value: enums.DataIndexOperator = driver.trigger.cmsb.advanced.frame.fld.ioperator.get(trigger = repcap.Trigger.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Sets the operator for the index in the selected field of the selected frame.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)
busFieldNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fld’)
- Returns:
index_operator: ANY | OFF | EQUal | NEQual | LTHan | LETHan | GTHan | GETHan | INRange | RANGe
ANY = OFF: The index of the required pattern is not relevant.
EQUal | NEQual | LTHan | LETHan | GTHan | GETHan: This condition requires one endpoint value to be set using TRIGgert:CMSB:ADVanced:IMIN.
INRange | RANGe: This condition requires a range of endpoint values to be set using TRIGgert:CMSB:ADVanced:IMAX and TRIGgert:CMSB:ADVanced:IMIN.
- set(index_operator: DataIndexOperator, trigger=Trigger.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# TRIGger<*>:CMSB:ADVanced:FRAMe<*>:FLD<*>:IOPerator driver.trigger.cmsb.advanced.frame.fld.ioperator.set(index_operator = enums.DataIndexOperator.ANY, trigger = repcap.Trigger.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Sets the operator for the index in the selected field of the selected frame.
- Parameters:
index_operator –
ANY | OFF | EQUal | NEQual | LTHan | LETHan | GTHan | GETHan | INRange | RANGe
ANY = OFF: The index of the required pattern is not relevant.
EQUal | NEQual | LTHan | LETHan | GTHan | GETHan: This condition requires one endpoint value to be set using TRIGgert:CMSB:ADVanced:IMIN.
INRange | RANGe: This condition requires a range of endpoint values to be set using TRIGgert:CMSB:ADVanced:IMAX and TRIGgert:CMSB:ADVanced:IMIN.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)
busFieldNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fld’)