Tsn

SCPI Command :

[SOURce<HW>]:BB:DVBS2:TSL<ST>:IS<CH>:TSN
class TsnCls[source]

Tsn commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(timeSlice=TimeSlice.Default, inputStream=InputStream.Default) float[source]
# SCPI: [SOURce<HW>]:BB:DVBS2:TSL<ST>:IS<CH>:TSN
value: float = driver.source.bb.dvbs2.tsl.isPy.tsn.get(timeSlice = repcap.TimeSlice.Default, inputStream = repcap.InputStream.Default)

Sets the time slice number (TSN) or the input stream identifier (ISI) in hexadecimal representation. This number is used for identification. Each time slice uses a unique TSN.

param timeSlice:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tsl’)

param inputStream:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IsPy’)

return:

tsn: float

set(tsn: float, timeSlice=TimeSlice.Default, inputStream=InputStream.Default) None[source]
# SCPI: [SOURce<HW>]:BB:DVBS2:TSL<ST>:IS<CH>:TSN
driver.source.bb.dvbs2.tsl.isPy.tsn.set(tsn = 1.0, timeSlice = repcap.TimeSlice.Default, inputStream = repcap.InputStream.Default)

Sets the time slice number (TSN) or the input stream identifier (ISI) in hexadecimal representation. This number is used for identification. Each time slice uses a unique TSN.

param tsn:

float

param timeSlice:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tsl’)

param inputStream:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IsPy’)