A procedure sets the value V2 for characteristic C2 when the value V1 is set for characteristic C1.How do you assign and define this procedure?Note: There are 3 correct Answers to this question.
Select all that apply, then click Submit answer.
-
○
Procedure to characteristic C1 using the following syntax: $self.C2 = 'V2' if $self.C1 = 'V1' (not recommended)
-
○
Procedure to characteristic C2 using the following syntax: $self.C1 = 'V1' if $self.C2 = 'V2' (not recommended)
-
○
Procedure with the following syntax to the configuration profile: $self.C2 = 'V2' if $self.C1 = 'V1' (recommended)
-
○
Procedure to the value V2 with the following syntax: $self.C1 = 'V1' (not recommended)
-
○
Procedure to the value V1 with the following syntax: $self.C2 = 'V2' (not recommended)