Models 707B and 708B Switching Matrix Reference Manual
Section 2: General operation
707B-901-01 Rev. B / January 2015
2-97
Channel pattern storage
Channel patterns are:
•
Part of the script that is created with Create Config Script.
•
Deleted when the instrument is reset.
•
Deleted when a channel associated with the pattern is reset.
•
Allocated 32KB of memory in the Models 707B and 708B instrument for all channel patterns.
To see how much of the channel pattern memory is available or used, send the command:
print(memory.available())
or
print(memory.used())
Refer to
memory.available()
(on page 7-129) or
memory.used()
(on page 7-130).
Reset a channel
You can reset a channel to its factory default settings. When you reset a channel:
•
A closed channel opens
•
Additional user delay is set to zero
•
Labels return to default value
•
If the channel is forbidden to close, it is cleared from being forbidden to close
•
If the channel is used in channel patterns, the channel patterns that contain the channel are deleted.
Using this function to reset a channel involved in scanning invalidates the existing scan list. The list
has to be recreated before scanning again.
Resetting a channel deletes any channel patterns that contain that channel.
To reset a channel from the front panel:
1. Display a channel.
2. Select the channel you want to reset.
3. Press
CHAN
.
4. Select
RESET
.
5. Select SELECTED, ALL, or CANCEL.
6. Press the navigation wheel to reset the channel.
To reset all channels on a slot from the web interface:
1. Select the slot that contains channels you want to reset.
2. Click
RESET SLOT
.
3. All channels on the slot are reset.
To reset a channel from the remote interface:
Send the command
channel.reset()
(on page 7-40).