*CONDITION_IFSET

Description: This function allows you to check if a given variable is a set

Syntax: condition_ifset(valuetocheck,valueiftrue,valueiffalse)

Inputs
ID Name Type Default Remarks
1 Value to check set   Value to check
2 Value if true string   Value to return if it is a set
3 Value if false string   Value to return if it is not a set
Outputs
ID Name Type Remarks
1 condition_ifset_output_1 set  

*CONDITION_BOOL

Description: This function allows you to check if a given variable matches a certain condition

Syntax: condition_bool(valuetocheck,operator,target_value)

Inputs
ID Name Type Default Remarks
1 Value to check scalar   Value 1 to check by condition
2 operator select   Operator of condition used to check the value 1
3 Target Value scalar   Value 2 of condition used to check the value 1
Outputs
ID Name Type Remarks
1 condition_bool_output_1 bool  

*CONDITION_IFVECTOR

Description: This function allows you to check if a given variable is a vector

Syntax: condition_ifvector(valuetocheck,valueiftrue,valueiffalse)

Inputs
ID Name Type Default Remarks
1 Value to check scalar   Value to check
2 Value if true string   Value to return if it is a vector
3 Value if false string   Value to return if it is not a vector
Outputs
ID Name Type Remarks
1 condition_ifvector_output_1 vector  

*CONDITION_IFSCALAR

Description: This function allows you to check if a given variable is a scalar

Syntax: condition_ifscalar(valuetocheck,valueiftrue,valueiffalse)

Inputs
ID Name Type Default Remarks
1 Value to check scalar   Value to check
2 Value if true string   Value to return if it is a scalar
3 Value if false string   Value to return if it is not a scalar
Outputs
ID Name Type Remarks
1 condition_ifscalar_output_1 scalar