Condition

SCPI Commands :

SEQuence:ITEM:MARKer:CONDition:TYPE
SEQuence:ITEM:MARKer:CONDition:VALue
SEQuence:ITEM:MARKer:CONDition:VARiable
SEQuence:ITEM:MARKer:CONDition
class ConditionCls[source]

Condition commands group definition. 4 total commands, 0 Subgroups, 4 group commands

get_string_value() str[source]
# SCPI: SEQuence:ITEM:MARKer:CONDition:VALue
value: str = driver.sequence.item.marker.condition.get_string_value()

Sets the numerical value used with the comparison.

return:

value: string

get_type_py() Condition[source]
# SCPI: SEQuence:ITEM:MARKer:CONDition:TYPE
value: enums.Condition = driver.sequence.item.marker.condition.get_type_py()

Sets the sign in the logical condition.

return:

type_py: SMALler| GREater| EQUal| NOTequal

get_value() float[source]
# SCPI: SEQuence:ITEM:MARKer:CONDition
value: float = driver.sequence.item.marker.condition.get_value()

Enables up to four markers of the corresponding type.

return:

condition: No help available

get_variable() str[source]
# SCPI: SEQuence:ITEM:MARKer:CONDition:VARiable
value: str = driver.sequence.item.marker.condition.get_variable()

Defines the value that is compared with the fixed values set with the command method RsPulseSeq.Sequence.Item.Marker. Condition.stringValue.

return:

variable: string

set_string_value(value: str) None[source]
# SCPI: SEQuence:ITEM:MARKer:CONDition:VALue
driver.sequence.item.marker.condition.set_string_value(value = 'abc')

Sets the numerical value used with the comparison.

param value:

string

set_type_py(type_py: Condition) None[source]
# SCPI: SEQuence:ITEM:MARKer:CONDition:TYPE
driver.sequence.item.marker.condition.set_type_py(type_py = enums.Condition.EQUal)

Sets the sign in the logical condition.

param type_py:

SMALler| GREater| EQUal| NOTequal

set_value(condition: float) None[source]
# SCPI: SEQuence:ITEM:MARKer:CONDition
driver.sequence.item.marker.condition.set_value(condition = 1.0)

Enables up to four markers of the corresponding type.

param condition:

float See Table ‘Setting parameter as function of the marker states’. Range: 0 to 65535

set_variable(variable: str) None[source]
# SCPI: SEQuence:ITEM:MARKer:CONDition:VARiable
driver.sequence.item.marker.condition.set_variable(variable = 'abc')

Defines the value that is compared with the fixed values set with the command method RsPulseSeq.Sequence.Item.Marker. Condition.stringValue.

param variable:

string