Skip to content

Commit ae853b1

Browse files
authored
Remove "@" character prefix in the Update Pin Map step in all the example TestStand sequences (#553)
Remove "@" from the "Update Pin Map" in the example TS sequences
1 parent f9a5108 commit ae853b1

8 files changed

Lines changed: 7 additions & 7 deletions

File tree

examples/nidaqmx_analog_input/NIDAQmxAnalogInput.seq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3102,7 +3102,7 @@
31023102
</subprops>
31033103
</Result>
31043104
<PinMapPath classname='PathValue'>
3105-
<value>@"NIDAQmxAnalogInput.pinmap"</value>
3105+
<value>"NIDAQmxAnalogInput.pinmap"</value>
31063106
</PinMapPath>
31073107
</subprops>
31083108
</Step>

examples/nidcpower_source_dc_voltage/NIDCPowerSourceDCVoltage.seq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3333,7 +3333,7 @@
33333333
</subprops>
33343334
</Result>
33353335
<PinMapPath classname='PathValue'>
3336-
<value>@"NIDCPowerSourceDCVoltage.pinmap"</value>
3336+
<value>"NIDCPowerSourceDCVoltage.pinmap"</value>
33373337
</PinMapPath>
33383338
</subprops>
33393339
</Step>

examples/nidmm_measurement/NIDmmMeasurement.seq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3198,7 +3198,7 @@
31983198
</subprops>
31993199
</Result>
32003200
<PinMapPath classname='PathValue'>
3201-
<value>@"NIDmmMeasurement.pinmap"</value>
3201+
<value>"NIDmmMeasurement.pinmap"</value>
32023202
</PinMapPath>
32033203
</subprops>
32043204
</Step>

examples/nifgen_standard_function/NIFgenStandardFunction.seq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3132,7 +3132,7 @@
31323132
</subprops>
31333133
</Result>
31343134
<PinMapPath classname='PathValue'>
3135-
<value>@"NIFgenStandardFunction.pinmap"</value>
3135+
<value>"NIFgenStandardFunction.pinmap"</value>
31363136
</PinMapPath>
31373137
</subprops>
31383138
</Step>

examples/niscope_acquire_waveform/NIScopeAcquireWaveform.seq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3495,7 +3495,7 @@
34953495
</subprops>
34963496
</Result>
34973497
<PinMapPath classname='PathValue'>
3498-
<value>@"NIScopeAcquireWaveform.pinmap"</value>
3498+
<value>"NIScopeAcquireWaveform.pinmap"</value>
34993499
</PinMapPath>
35003500
</subprops>
35013501
</Step>

examples/niswitch_control_relays/NISwitchControlRelays.seq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6774,7 +6774,7 @@
67746774
</subprops>
67756775
</Result>
67766776
<PinMapPath classname='PathValue'>
6777-
<value>@"NISwitchControlRelays.pinmap"</value>
6777+
<value>"NISwitchControlRelays.pinmap"</value>
67786778
</PinMapPath>
67796779
</subprops>
67806780
</Step>

examples/nivisa_dmm_measurement/NIVisaDmmMeasurement.seq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3132,7 +3132,7 @@
31323132
</subprops>
31333133
</Result>
31343134
<PinMapPath classname='PathValue'>
3135-
<value>@"NIVisaDmmMeasurement.pinmap"</value>
3135+
<value>"NIVisaDmmMeasurement.pinmap"</value>
31363136
</PinMapPath>
31373137
</subprops>
31383138
</Step>
-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)