📄 tktds754.sub
字号:
0.5 (5.00000000000000E-1)
""
1.0 (1.00000000000000E+0)
""
2.0 (2.00000000000000E+0)
""
5.0 (5.00000000000000E+0)
""
10.0 (1.00000000000000E+1)
""
v attrSetupHoldClockEdgeRangeTable DataType="i"
TKTDS754_VAL_SETUP_HOLD_RISING (1)
"Specifies a rising edge."
TKTDS754_VAL_SETUP_HOLD_FALLING (2)
"Specifies a falling edge."
v attrSetupHoldClockSourceRangeTable DataType="d"
0 (0.00000000000000E+0)
""
0 (0.00000000000000E+0)
""
0 (0.00000000000000E+0)
""
0 (0.00000000000000E+0)
""
v attrSetupHoldDataSourceRangeTable DataType="d"
0 (0.00000000000000E+0)
""
0 (0.00000000000000E+0)
""
0 (0.00000000000000E+0)
""
0 (0.00000000000000E+0)
""
v attrSingleSequenceModeRangeTable DataType="i"
TKTDS754_VAL_SINGLE_SEQUENCE (2)
"The oscilloscopre initiates once and stops after the completion of a "
"single acquisition sequence."
TKTDS754_VAL_LIMIT (3)
"The oscilloscope continuously initiats until the occurance of a Limit "
"Test Condition."
v attrSlewPolarityRangeTable DataType="i"
TKTDS754_VAL_SLEW_POSITIVE (1)
"Specifies that a pulse edge must traverse from the low threshold (most "
"negative) to the high threshold (most positive) for triggering to occur. "
"You specify the low and high thresholds with the "
"TKTDS754_ATTR_SLEW_LOW_THRESHOLD and TKTDS754_ATTR_SLEW_HIGH_THRESHOLD "
"attributes respectively."
TKTDS754_VAL_SLEW_NEGATIVE (2)
"Specifies that a pulse edge must traverse from the high threshold (most "
"positive) to the low threshold (most negative) for triggering to occur. "
"You specify the low and high thresholds with the "
"TKTDS754_ATTR_SLEW_LOW_THRESHOLD and TKTDS754_ATTR_SLEW_HIGH_THRESHOLD "
"attributes respectively."
TKTDS754_VAL_SLEW_EITHER (3)
"Specifies that a pulse edge may traverse either from the low threshold to "
"the high threshold or from the high threshold to the low threshold for "
"triggering to occur. You specify the low and high thresholds with the "
"TKTDS754_ATTR_SLEW_LOW_THRESHOLD and TKTDS754_ATTR_SLEW_HIGH_THRESHOLD "
"attributes respectively."
v attrSlewWhenRangeTable DataType="i"
TKTDS754_VAL_SLEW_FASTER_THAN (1)
"Specifies that a pulse must have a slew rate faster than the value you "
"specify with the TKTDS754_ATTR_SLEW_DELTA_TIME attribute to trigger the "
"oscilloscope."
TKTDS754_VAL_SLEW_SLOWER_THAN (2)
"Specifies that a pulse must have a slew rate slower than the value you "
"specify with the TKTDS754_ATTR_SLEW_DELTA_TIME attribute to trigger the "
"oscilloscope."
v attrStateClockEdgeRangeTable DataType="i"
TKTDS754_VAL_STATE_RISING (1)
"The ocsilloscope checks the logic condition on the rising edge of the "
"state clock source."
TKTDS754_VAL_STATE_FALLING (2)
"The oscilloscope checks the logic condition on the falling edge of the "
"state clock source."
v attrStateFunctionRangeTable DataType="i"
TKTDS754_VAL_STATE_AND (1)
"Applies AND logic to the input channels. The output is true if and only "
"ifall the inputs are true."
TKTDS754_VAL_STATE_OR (2)
"Applies OR logic to the imput channels. The output is true if any of the "
"inputs are true. Otherwise the output is false."
TKTDS754_VAL_STATE_NAND (3)
"Applies NAND logic to the input channels. The output is true if any of "
"the inputs are false. Otherwise the output is false."
TKTDS754_VAL_STATE_NOR (4)
"Applies NOR logic to the input channels. The output is true if and only "
"ifall the inputs are false."
v attrStateLevelRangeTable DataType="i"
TKTDS754_VAL_STATE_HIGH (1)
"The oscilloscope defines as high any signal above the level you specify "
"with theTKTDS754_ATTR_STATE_THRESHOLD attribute."
TKTDS754_VAL_STATE_LOW (2)
"The oscilloscope defines as low any signal below the level you specify "
"with the TKTDS754_ATTR_STATE_THRESHOLD attribute."
TKTDS754_VAL_STATE_DONT_CARE (3)
"The level on the selected channel does not matter for state triggering."
v attrStateWhenRangeTable DataType="i"
TKTDS754_VAL_STATE_WHEN_GOES_TRUE (1)
"The trigger occurs when the logic condition is met and the state clock "
"source is of the edge and threshold you specify with the "
"TKTDS754_ATTR_STATE_CLOCK_EDGE and TKTDS754_ATTR_STATE_CLOCK_THRESHOLD "
"attributes, respectively."
TKTDS754_VAL_STATE_WHEN_GOES_FALSE (2)
"The trigger occurs when the logic condition is no longer met and the "
"state clock source is of the edge and threshold you specify with the "
"TKTDS754_ATTR_STATE_CLOCK_EDGE and TKTDS754_ATTR_STATE_CLOCK_THRESHOLD "
"attributes, respectively."
v attrTimeoutPolarityRangeTable DataType="i"
TKTDS754_VAL_TIMEOUT_HIGH (1)
"The signal must stay higher than the value you specify with "
"TKTDS754_ATTR_TRIGGER_LEVEL for longer than the value of "
"TKTDS754_ATTR_TIMEOUT_TIME."
TKTDS754_VAL_TIMEOUT_HIGH (1)
"The signal must stay higher than the value you specify with "
"TKTDS754_ATTR_TRIGGER_LEVEL for longer than the value of "
"TKTDS754_ATTR_TIMEOUT_TIME."
TKTDS754_VAL_TIMEOUT_LOW (2)
"The signal must stay lower than the value you specify with "
"TKTDS754_ATTR_TRIGGER_LEVEL for longer than the value of "
"TKTDS754_ATTR_TIMEOUT_TIME."
TKTDS754_VAL_TIMEOUT_LOW (2)
"The signal must stay lower than the value you specify with "
"TKTDS754_ATTR_TRIGGER_LEVEL for longer than the value of "
"TKTDS754_ATTR_TIMEOUT_TIME."
TKTDS754_VAL_TIMEOUT_EITHER (3)
"The signal must stay either higher or lower than the value you specify "
"with TKTDS754_ATTR_TRIGGER_LEVEL for longer than the value of "
"TKTDS754_ATTR_TIMEOUT_TIME."
v attrTriggerCouplingRangeTable DataType="i"
TKTDS754_VAL_AC (0)
"The oscilloscope AC couples the trigger signal."
TKTDS754_VAL_DC (1)
"The oscilloscope DC couples the trigger signal."
TKTDS754_VAL_HFREQ_REJ (1001)
"The oscilloscope filters out frequencies above 30 kHz from the trigger "
"signal."
TKTDS754_VAL_LFREQ_REJ (1002)
"The oscilloscope filters out frequencies below 80 kHz from the trigger "
"signal."
TKTDS754_VAL_NOISE_REJ (1003)
"In order to reduce false triggering on noise, the oscilloscope requires "
"additional signal amplitiude for stable triggering."
v attrTriggerModifierRangeTable DataType="i"
TKTDS754_VAL_NO_TRIGGER_MOD (1)
"The oscilloscope waits indefinitely for the trigger you specify."
TKTDS754_VAL_AUTO (2)
"If the trigger you specify does not occur within the oscilloscope's "
"timeout period, the oscilloscope automatically triggers."
v attrTriggerSlopeRangeTable DataType="i"
TKTDS754_VAL_POSITIVE (1)
"The oscilloscope triggers on a positive (rising) edge passing through the "
"voltage threshold you specify with the TKTDS754_ATTR_TRIGGER_LEVEL "
"attribute."
TKTDS754_VAL_NEGATIVE (0)
"The oscilloscope triggers on a negative (falling) edge passing through "
"the voltage threshold you specify with the TKTDS754_ATTR_TRIGGER_LEVEL "
"attribute."
v attrTriggerTypeRangeTable DataType="i"
TKTDS754_VAL_EDGE (1)
"Configures the oscilloscope for edge triggering. An edge trigger occurs "
"when the trigger signal passes through the voltage threshold you specify "
"with the TKTDS754_ATTR_TRIGGER_LEVEL attribute and has the slope you "
"specify with the TKTDS754_ATTR_TRIGGER_SLOPE attribute."
TKTDS754_VAL_WIDTH (101)
"Configures the oscilloscope for width triggering. A width trigger occurs "
"when the oscilloscope detects a positive or negative pulse with a width "
"between, or optionally outside, the width thresholds. You specify the "
"width thresholds with the TKTDS754_ATTR_WIDTH_HIGH_THRESHOLD and "
"TKTDS754_ATTR_WIDTH_LOW_THRESHOLD attributes. You specify whether the "
"oscilloscope triggers on pulse widths that are within or outside the "
"width thresholds with the TKTDS754_ATTR_WIDTH_CONDITION attribute. You "
"specify the polarity of the pulse with the TKTDS754_ATTR_WIDTH_POLARITY "
"attribute. The trigger does not occur until the edge of a pulse that "
"corresponds to the width thresholds, width condition, and polarity you "
"specify crosses the trigger level you specify with the "
"TKTDS754_ATTR_TRIGGER_LEVEL attribute."
TKTDS754_VAL_RUNT (102)
"Configures the oscilloscope for runt triggering. A runt trigger occurs "
"when the trigger signal crosses one of the runt thresholds twice without "
"crossing the other runt threshold. You specify the runt thresholds with "
"the TKTDS754_ATTR_RUNT_HIGH_THRESHOLD and "
"TKTDS754_ATTR_RUNT_LOW_THRESHOLD attributes. You specify the polarity of "
"the runt with the TKTDS754_ATTR_RUNT_POLARITY attribute."
TKTDS754_VAL_GLITCH (103)
"Configures the oscilloscope for glitch triggering. A glitch trigger "
"occurs when the trigger signal has a pulse width that is less than the "
"glitch width. You specify the glitch width with the "
"TKTDS754_ATTR_GLITCH_WIDTH attribute. You specify the polarity of the "
"pulse with the TKTDS754_ATTR_GLITCH_POLARITY attribute. The trigger does "
"not occur until the edge of a pulse that corresponds to the glitch width "
"and polarity you specify crosses the trigger level you specify with the "
"TKTDS754_ATTR_TRIGGER_LEVEL attribute."
TKTDS754_VAL_STATE (104)
"Configures the oscilloscope for state triggering. The oscilloscope "
"checks that the logic conditions you specify on the input channels "
"(CH1-CH3) are met at the time the clock edge occurs on the state clock "
"source (CH4). You specify the clock slope, threshold level, the logic "
"level for each of the input channels, the logic function (AND, OR, NAND, "
"or NOR) to apply to the input channels, and the function result on which "
"the oscilloscope triggers (True or False)."
TKTDS754_VAL_PATTERN (105)
"Configures the oscilloscope for pattern triggering. When using pattern "
"triggering, the oscilloscope checks that the logic conditions you specify "
"on the input channels (CH1-CH4) are met. You specify the logic level "
"expected on each channel, the logic function (AND, OR, NAND, or NOR) to "
"apply to the input channels, and the function result on which the "
"oscilloscopre triggers (True or False)."
TKTDS754_VAL_SETUP_HOLD (1001)
"Configures the oscilloscope for setup and hold triggering. The "
"oscilloscope triggers if the logic level of a channel changes during the "
"setup and hold times you specify. You specify the data channel, the data "
"channel threshold level, the clock channel, the clock channel threshold "
"level, and the setup and hold times relative to the clock."
TKTDS754_VAL_SLEW_RATE (1002)
"Configures the oscilloscope for slew rate triggering. The oscilloscope "
"triggers on a pulse edge that has a slew rate faster or slower than the "
"rate you specify. Slew rate triggering is often used to check the large "
"signal response of amplifiers."
TKTDS754_VAL_TIME_OUT (1003)
"Configures the oscilloscope for timeout triggering. The oscilloscope "
"triggers when the source pulse train stops in the selected state for "
"longer than the length of time you specify."
TKTDS754_VAL_COMM (1004)
"Configures the oscilloscope for communications triggering. This option "
"is valid only if Option 2C (communication signal analyzer) is installed."
TKTDS754_VAL_TV (106)
"Configures the oscilloscope for TV triggering. You configure the TV "
"trigger with the TKTDS754_ATTR_TV_TRIGGER_SIGNAL_TYPE, "
"TKTDS754_ATTR_TV_TRIGGER_FIELD, TKTDS754_ATTR_TV_TRIGGER_LINE, and "
"TKTDS754_ATTR_TV_TRIGGER_POLARITY attributes. This value is valid only "
"if Option 05 (video trigger) is installed."
v attrTvTrigSigNTSCRangeTable DataType="i"
TKTDS754_VAL_NTSC (1)
""
TKTDS754_VAL_NTSC_MONO (1001)
""
v attrTvTrigSigPALRangeTable DataType="i"
TKTDS754_VAL_PAL (2)
""
TKTDS754_VAL_SECAM (3)
""
TKTDS754_VAL_PAL_MONO (1002)
""
v attrTvTriggerFieldMax2RangeTable DataType="i"
TKTDS754_VAL_TV_FIELD1 (1)
""
TKTDS754_VAL_TV_FIELD2 (2)
""
v attrTvTriggerFieldMax4RangeTable DataType="i"
TKTDS754_VAL_TV_FIELD1 (1)
""
TKTDS754_VAL_TV_FIELD2 (2)
""
TKTDS754_VAL_TV_FIELD3 (1001)
""
TKTDS754_VAL_TV_FIELD4 (1002)
""
v attrTvTriggerFieldMax8RangeTable DataType="i"
TKTDS754_VAL_TV_FIELD1 (1)
""
TKTDS754_VAL_TV_FIELD2 (2)
""
TKTDS754_VAL_TV_FIELD3 (1001)
""
TKTDS754_VAL_TV_FIELD4 (1002)
""
TKTDS754_VAL_TV_FIELD5 (1003)
""
TKTDS754_VAL_TV_FIELD6 (1004)
""
TKTDS754_VAL_TV_FIELD7 (1005)
""
TKTDS754_VAL_TV_FIELD8 (1006)
""
v attrTvTriggerPolarityRangeTable DataType="i"
TKTDS754_VAL_TV_POSITIVE (1)
"Positive video sync pulse"
TKTDS754_VAL_TV_NEGATIVE (2)
"Negative video sync pulse"
v attrTvTriggerSignalTypeRangeTable DataType="i"
TKTDS754_VAL_NTSC (1)
"NTSC video signal"
TKTDS754_VAL_PAL (2)
"PAL video signal"
TKTDS754_VAL_HDTV (1003)
"HDTV Video Signal. You specify which HDTV format to use with the "
"TKTDS754_ATTR_HDTV_FORMAT attribute."
TKTDS754_VAL_FLEX_FORMAT (1004)
"You customize the video trigger for a wide variety of HDTV format video "
"signals."
TKTDS754_VAL_SECAM (3)
"SECAM video signal"
TKTDS754_VAL_PAL_MONO (1002)
"PAL Mono (2 Field) video signal."
TKTDS754_VAL_NTSC_MONO (1001)
"NTSC Mono (2 Field) video signal."
v attrVerticalCouplingRangeTable DataType="i"
TKTDS754_VAL_AC (0)
"The oscilloscope AC couples the input signal."
TKTDS754_VAL_DC (1)
"The oscilloscope DC couples the input signal."
TKTDS754_VAL_GND (2)
"The oscilloscope ground couples the input signal."
v attrWidthConditionRangeTable DataType="i"
TKTDS754_VAL_WIDTH_WITHIN (1)
"The oscilloscope triggers on pulses that have a width that is between the "
"high width threshold and the low width threshold. You set the high and "
"low width thresholds with the TKTDS754_ATTR_WIDTH_HIGH_THRESHOLD and "
"TKTDS754_ATTR_WIDTH_LOW_THRESHOLD attributes, respectively."
TKTDS754_VAL_WIDTH_OUTSIDE (2)
"The oscilloscope triggers on pulses that have a width that not between "
"the high width threshold and the low width threshold. You set the high "
"and low width thresholds with the TKTDS754_ATTR_WIDTH_HIGH_THRESHOLD and "
"TKTDS754_ATTR_WIDTH_LOW_THRESHOLD attributes, respectively."
v attrWidthPolarityRangeTable DataType="i"
TKTDS754_VAL_WIDTH_POSITIVE (1)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -