![Copper Mountain Technologies PLANAR TR1300/1 Programming Manual Download Page 313](http://html1.mh-extra.com/html/copper-mountain-technologies/planar-tr1300-1/planar-tr1300-1_programming-manual_2666189313.webp)
COM Server Commands
313
SCPI.SYSTem.TERMinate
Object Type
Method
Target
Instrument
Description
Close the COM server application.
Syntax
app. SCPI.SYSTem.TERMinate
Equivalent
Softkeys
System > Exit > Ok
SCPI.SYSTem.TIME
Object Type
Property (read/write)
Data Type
Variant (Long array)
Target
Instrument
Description
The current time.
The array consists of three elements:
Data(0)
hours from 0 to 23;
Data(1)
minutes from 0 to 59;
Data(2)
seconds from 0 to 59.
Syntax
Dim Data As Variant
Data = app.SCPI.SYSTem.TIME
app. app.SCPI.SYSTem.TIME = Array(15, 20, 30)
Equivalent
Softkeys
None