
Keysight M8070A Programming Guide
457
SCPI Command Reference
5
:SYSTem:INSTrument:RESet
Syntax
:SYSTem:INSTrument:RESet
Description
This command resets the instrument state to its default values. This
command does not influence the SCPI status system as *RST does.
Example
:SYST:INST:RES
:SYSTem:INSTrument:GROup:DEFine
Syntax
:SYSTem:INSTrument:GROup:DEFine
’GroupName’,‘identifier’,‘identifier’,‘identifier’,‘...’
Input
Parameters
‘GroupName’: Assign a name to this group of location identifiers.
‘identifier’: Define the group of location identifiers.
Description
This command defines a group of location identifiers under one group
name. All properties belonging to these location identifiers can be
addressed simultaneously using the group name.
Example
:SYST:INST:GRO:DEF ‘Outputs’,‘M1.DataOut1’,‘M1.DataOut2’
VOLT:AMPL ‘Outputs’,0.05
:SYSTem:INSTrument:GROup:DELete
Syntax
:SYSTem:INSTrument:GROup:DELete ‘GroupName’
Input
Parameters
‘GroupName’: Specify group name to delete.
Description
This command deletes the specified group.
Example
:SYST:INST:GRO:DEL ‘Outputs’
NOTE
If you define a group name that already exists, the existing name with its
group of defined location identifiers will be redefined without
notification.