Property (Read-Write)
SCPI.SENSe.MULTiplexer(Id).NAME = Param
Param = SCPI.SENSe.MULTiplexer(Id).NAME
This command sets/gets the configuration of the multiport test set.
The upper case and lower case are not distinguished.
Parameter |
Param |
Description |
The name of the multiport test set |
Data type |
Character string type (String) |
Range |
Select from either of the following:
|
Preset Value |
E5091_9 |
For information on the variable (Id), see Id.
Dim MultName As String
SCPI.SENSe.MULTiplexer(1).NAME = "E5091_16"
MultName = SCPI.SENSe.MULTiplexer(1).NAME
SCPI.SENSe.MULTiplexer.CATalog
SCPI.SENSe.MULTiplexer(Id).INCount
System > Multiport Test Set Setup > Test Set 1|Test Set 2 > Select Test Set > E5091_9|E5091_13|E5091_16|E5092_13|E5092_16|E5092_22|E5092_28|E5092_X10
:SENSe:MULTiplexer{[1]|2}:NAME {E5091_9|E5091_13|E5091_16|E5092_13|E5092_16|E5092_22|E5092_28|E5092_X10}
:SENSe:MULTiplexer{[1]|2}:NAME?
{E5091_9|E5091_13|E5091_16|E5092_13|E5092_16|E5092_22|E5092_28|E5092_X10}<newline><^END>
10 OUTPUT 717;":SENS:MULT1:NAME E5091_9"
20 OUTPUT 717;":SENS:MULT1:NAME?"
30 ENTER 717;A$